diff options
Diffstat (limited to 'test/Transforms/InstCombine/vector-casts.ll')
-rw-r--r-- | test/Transforms/InstCombine/vector-casts.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/vector-casts.ll b/test/Transforms/InstCombine/vector-casts.ll index 36f7d70..0044837 100644 --- a/test/Transforms/InstCombine/vector-casts.ll +++ b/test/Transforms/InstCombine/vector-casts.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -instcombine | llvm-dis | FileCheck %s +; RUN: opt %s -instcombine | llvm-dis | FileCheck %s ; This turns into a&1 != 0 define <2 x i1> @test1(<2 x i64> %a) { |