1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

Wrap long line.

llvm-svn: 36128
This commit is contained in:
Reid Spencer 2007-04-16 14:17:04 +00:00
parent 92d0a986ea
commit 37e4686e85

View File

@ -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