1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

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(?).

llvm-svn: 106146
This commit is contained in:
Jim Grosbach 2010-06-16 21:07:06 +00:00
parent 15c2792d21
commit 02a6b7e02e

View 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)