diff options
Diffstat (limited to 'test/Transforms/InstCombine/set.ll')
-rw-r--r-- | test/Transforms/InstCombine/set.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/InstCombine/set.ll b/test/Transforms/InstCombine/set.ll index 76e606b..5e3ca0b 100644 --- a/test/Transforms/InstCombine/set.ll +++ b/test/Transforms/InstCombine/set.ll @@ -1,6 +1,7 @@ ; This test makes sure that these instructions are properly eliminated. ; ; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep icmp +; END. @X = external global i32 ; <i32*> [#uses=2] |