mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 03:30:22 +00: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(?). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106146 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a86de10508
commit
d7d4ce3c9b
@ -1,4 +1,4 @@
|
|||||||
; RUN: llc -march=x86 %s
|
; RUN: llc -march=x86 < %s
|
||||||
|
|
||||||
%vec = type <9 x float>
|
%vec = type <9 x float>
|
||||||
define %vec @vecdiv( %vec %p1, %vec %p2)
|
define %vec @vecdiv( %vec %p1, %vec %p2)
|
||||||
|
Loading…
Reference in New Issue
Block a user