diff options
Diffstat (limited to 'test/Transforms/InstCombine/overflow.ll')
-rw-r--r-- | test/Transforms/InstCombine/overflow.ll | 1 |
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() |