summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-06-16 21:07:06 +0000
committerJim Grosbach <grosbach@apple.com>2010-06-16 21:07:06 +0000
commitd7d4ce3c9b70b796bdb263ae06c86f369361cd32 (patch)
tree4acd8a66c470ea24b440df1d44cfaa1a015b2715 /test
parenta86de1050889b61df2cd42cdc2acc5f9796b7f0c (diff)
downloadllvm-d7d4ce3c9b70b796bdb263ae06c86f369361cd32.tar.gz
llvm-d7d4ce3c9b70b796bdb263ae06c86f369361cd32.tar.bz2
llvm-d7d4ce3c9b70b796bdb263ae06c86f369361cd32.tar.xz
modify so the test doesn't drop an output file in the test source directory.
The test should also likely have some FileCheck bits to validate the output(?). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106146 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-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 89aa336645..4eb34348b8 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)