aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/CodeGen/Generic/v-binop-widen.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/v-binop-widen.ll b/test/CodeGen/Generic/v-binop-widen.ll
index 89aa336..4eb3434 100644
--- a/test/CodeGen/Generic/v-binop-widen.ll
+++ b/test/CodeGen/Generic/v-binop-widen.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=x86 %s
+; RUN: llc -march=x86 < %s
%vec = type <9 x float>
define %vec @vecdiv( %vec %p1, %vec %p2)