summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/trapv.c
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2012-10-09 19:52:38 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2012-10-09 19:52:38 +0000
commit4def70d3040e73707c738f7c366737a986135edf (patch)
tree0699902c58619f54157b8802bd8d25909da63385 /test/CodeGen/trapv.c
parentd372a70c6845efcfc88edc37341f795fc70750c7 (diff)
-fcatch-undefined-behavior: emit calls to the runtime library whenever one of the checks fails.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165536 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/trapv.c')
-rw-r--r--test/CodeGen/trapv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/trapv.c b/test/CodeGen/trapv.c
index dd50d5cb0a..a259ebddae 100644
--- a/test/CodeGen/trapv.c
+++ b/test/CodeGen/trapv.c
@@ -1,5 +1,4 @@
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -ftrapv %s -emit-llvm -o - | FileCheck %s
-// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fcatch-undefined-behavior %s -emit-llvm -o - | FileCheck %s
unsigned int ui, uj, uk;
int i, j, k;