forked from OSchip/llvm-project
parent
0c1a31c92f
commit
5203d296c6
|
@ -1,4 +1,5 @@
|
|||
; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin8 -mcpu=yonah -march=x86 > %t
|
||||
; RUN: llvm-as < %s | \
|
||||
; RUN: llc -mtriple=i686-apple-darwin8 -mcpu=yonah -march=x86 > %t
|
||||
; RUN: grep fldl %t | wc -l | grep 1
|
||||
; RUN: not grep xmm %t &&
|
||||
; RUN: grep {sub.*esp} %t | wc -l | grep 1
|
||||
|
|
Loading…
Reference in New Issue