modify so the test doesn't drop an output file in the test source directory.
authorJim Grosbach <grosbach@apple.com>
Wed, 16 Jun 2010 21:07:06 +0000 (21:07 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 16 Jun 2010 21:07:06 +0000 (21:07 +0000)
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

test/CodeGen/Generic/v-binop-widen.ll

index 89aa336645910188ee57ff7f504e6904a859a112..4eb34348b8aa977e19c5065268c33ff73feed7a0 100644 (file)
@@ -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)