diff options
Diffstat (limited to 'test/Transforms/InstCombine/pr2996.ll')
-rw-r--r-- | test/Transforms/InstCombine/pr2996.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/pr2996.ll b/test/Transforms/InstCombine/pr2996.ll index 3e7dfa2ba6..f49835c4f5 100644 --- a/test/Transforms/InstCombine/pr2996.ll +++ b/test/Transforms/InstCombine/pr2996.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -instcombine +; RUN: opt %s -instcombine ; PR2996 define void @func_53(i16 signext %p_56) nounwind { |