Wrap long line.

llvm-svn: 36128
This commit is contained in:
Reid Spencer 2007-04-16 14:17:04 +00:00
parent 0c1a31c92f
commit 5203d296c6
1 changed files with 2 additions and 1 deletions

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