From 97d7a588a83ba182d7beda8c4b21acaced61739c Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 16 Apr 2007 14:17:04 +0000 Subject: Wrap long line. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36128 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/fp-stack-ret.ll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/CodeGen/X86/fp-stack-ret.ll') diff --git a/test/CodeGen/X86/fp-stack-ret.ll b/test/CodeGen/X86/fp-stack-ret.ll index 42cdb67..85c5c02 100644 --- a/test/CodeGen/X86/fp-stack-ret.ll +++ b/test/CodeGen/X86/fp-stack-ret.ll @@ -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 -- cgit v1.1