aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/overflow.ll
diff options
context:
space:
mode:
authorJim Stichnoth <stichnot@chromium.org>2013-07-25 09:24:02 -0700
committerJim Stichnoth <stichnot@chromium.org>2013-07-25 09:24:02 -0700
commit6877ef9b4c4cfc6585bf1a77327e5637371c8658 (patch)
tree1d37f2534863940e0ad7f3eaa24bc87a767476d9 /test/Transforms/InstCombine/overflow.ll
parent83e9ba3bd788c7c28f270e2269e593b94ca95b41 (diff)
Clean some PNaCl-specific tests.
BUG= https://code.google.com/p/nativeclient/issues/detail?id=3588 R=jvoung@chromium.org Review URL: https://codereview.chromium.org/19606003
Diffstat (limited to 'test/Transforms/InstCombine/overflow.ll')
-rw-r--r--test/Transforms/InstCombine/overflow.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/InstCombine/overflow.ll b/test/Transforms/InstCombine/overflow.ll
index d8e3be3c94..55ecb70794 100644
--- a/test/Transforms/InstCombine/overflow.ll
+++ b/test/Transforms/InstCombine/overflow.ll
@@ -7,6 +7,7 @@
; RUN: opt -S -instcombine < %s | FileCheck %s -check-prefix=PNACL
; PNACL-NOT: with.overflow
+; @LOCALMOD-END
declare void @throwAnExceptionOrWhatever()