[llvm-commits] [llvm] r106146 - /llvm/trunk/test/CodeGen/Generic/v-binop-widen.ll

Jim Grosbach grosbach at apple.com
Wed Jun 16 14:07:06 PDT 2010


Author: grosbach
Date: Wed Jun 16 16:07:06 2010
New Revision: 106146

URL: http://llvm.org/viewvc/llvm-project?rev=106146&view=rev
Log:
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(?).

Modified:
    llvm/trunk/test/CodeGen/Generic/v-binop-widen.ll

Modified: llvm/trunk/test/CodeGen/Generic/v-binop-widen.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/v-binop-widen.ll?rev=106146&r1=106145&r2=106146&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Generic/v-binop-widen.ll (original)
+++ llvm/trunk/test/CodeGen/Generic/v-binop-widen.ll Wed Jun 16 16:07:06 2010
@@ -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)





More information about the llvm-commits mailing list