aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/integer-overflow.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/integer-overflow.c')
-rw-r--r--clang/test/CodeGen/integer-overflow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/integer-overflow.c b/clang/test/CodeGen/integer-overflow.c
index 7969216..dea3d0a 100644
--- a/clang/test/CodeGen/integer-overflow.c
+++ b/clang/test/CodeGen/integer-overflow.c
@@ -23,7 +23,7 @@ void test1() {
// DEFAULT: sub nsw i32 0,
// WRAPV: sub i32 0,
- // TRAPV: sub nsw i32 0,
+ // TRAPV: llvm.ssub.with.overflow.i32
f11G = -a;
// DEFAULT: mul nsw i32