1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 11:33:24 +02:00

Fix test case.

llvm-svn: 33030
This commit is contained in:
Evan Cheng 2007-01-09 00:09:34 +00:00
parent d798bda669
commit 5ca03da36b

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llvm-as | llc -mtriple=x86_64-apple-darwin | \
; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin | \
; RUN: %prcontext 'mulss LCPI1_3' 1 | grep mulss | wc -l | grep 1
define float %foo(float %x) {