summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2006-05-02-InstrSched1.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-16 15:15:52 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-16 15:15:52 +0000
commit4cda190ef512853b290db8b4054367fa2e3e094c (patch)
tree2cee5f23133d0d58fe9c24a836fc5694861ac22f /test/CodeGen/X86/2006-05-02-InstrSched1.ll
parent3401c99889184fee77307889914299f283e23def (diff)
downloadllvm-4cda190ef512853b290db8b4054367fa2e3e094c.tar.gz
llvm-4cda190ef512853b290db8b4054367fa2e3e094c.tar.bz2
llvm-4cda190ef512853b290db8b4054367fa2e3e094c.tar.xz
For PR1319:
Fix test syntax per new rules. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36133 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2006-05-02-InstrSched1.ll')
-rw-r--r--test/CodeGen/X86/2006-05-02-InstrSched1.ll5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2006-05-02-InstrSched1.ll b/test/CodeGen/X86/2006-05-02-InstrSched1.ll
index 631e416836..59a15f4ec9 100644
--- a/test/CodeGen/X86/2006-05-02-InstrSched1.ll
+++ b/test/CodeGen/X86/2006-05-02-InstrSched1.ll
@@ -1,4 +1,7 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -relocation-model=static -stats 2>&1 | grep "asm-printer" | grep 14
+; RUN: llvm-upgrade < %s | llvm-as | \
+; RUN: llc -march=x86 -relocation-model=static -stats |& \
+; RUN: grep asm-printer | grep 14
+;
%size20 = external global uint ; <uint*> [#uses=1]
%in5 = external global ubyte* ; <ubyte**> [#uses=1]