diff options
Diffstat (limited to 'llvm/test/Transforms/InstCombine/signext.ll')
-rw-r--r-- | llvm/test/Transforms/InstCombine/signext.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/InstCombine/signext.ll b/llvm/test/Transforms/InstCombine/signext.ll index d754260cf0e..f69cbc00724 100644 --- a/llvm/test/Transforms/InstCombine/signext.ll +++ b/llvm/test/Transforms/InstCombine/signext.ll @@ -1,5 +1,6 @@ ; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | \ ; RUN: not grep {(and\|xor\|add\|shl\|shr)} +; END. int %test1(int %x) { %tmp.1 = and int %x, 65535 ; <int> [#uses=1] |