Fix test case.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33030 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2007-01-09 00:09:34 +00:00
parent 235b791f2a
commit fd842082f3

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