diff options
Diffstat (limited to 'test/Transforms/InstCombine/apint-select.ll')
-rw-r--r-- | test/Transforms/InstCombine/apint-select.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/apint-select.ll b/test/Transforms/InstCombine/apint-select.ll index c2399fb88e..3b474254f8 100644 --- a/test/Transforms/InstCombine/apint-select.ll +++ b/test/Transforms/InstCombine/apint-select.ll @@ -1,6 +1,6 @@ ; This test makes sure that these instructions are properly eliminated. -; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep select +; RUN: opt %s -instcombine | llvm-dis | not grep select define i41 @test1(i1 %C) { |