summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/obfuscated_splat.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/obfuscated_splat.ll')
-rw-r--r--test/Transforms/InstCombine/obfuscated_splat.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/obfuscated_splat.ll b/test/Transforms/InstCombine/obfuscated_splat.ll
index c25dade168..fa9cb423d0 100644
--- a/test/Transforms/InstCombine/obfuscated_splat.ll
+++ b/test/Transforms/InstCombine/obfuscated_splat.ll
@@ -1,4 +1,4 @@
-; RUN: opt -instcombine -S %s | FileCheck %s
+; RUN: opt -instcombine -S < %s | FileCheck %s
define void @test(<4 x float> *%in_ptr, <4 x float> *%out_ptr) {
%A = load <4 x float>* %in_ptr, align 16