aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2006-09-25 14:04:53 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2006-09-25 14:04:53 +0000
commit758f89c690d355fd4dabba4edb5198254191fccb (patch)
tree38860f812e08733258b816b3390db37037fbf4d5
parent0607a2f554d1f8daa68c2cc8486cec0886232fbb (diff)
downloadexternal_llvm-758f89c690d355fd4dabba4edb5198254191fccb.zip
external_llvm-758f89c690d355fd4dabba4edb5198254191fccb.tar.gz
external_llvm-758f89c690d355fd4dabba4edb5198254191fccb.tar.bz2
Fix
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30596 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/Alpha/jmp_table.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Alpha/jmp_table.ll b/test/CodeGen/Alpha/jmp_table.ll
index c6729e1..16c438a 100644
--- a/test/CodeGen/Alpha/jmp_table.ll
+++ b/test/CodeGen/Alpha/jmp_table.ll
@@ -1,6 +1,6 @@
; try to check that we have the most important instructions, which shouldn't appear otherwise
-; RUN: llvm-as < %s | llc -march=alpha | grep 'jmp'
-; RUN: llvm-as < %s | llc -march=alpha | grep 'gprel32'
+; RUN: llvm-as < %s | llc -march=alpha | grep 'jmp' &&
+; RUN: llvm-as < %s | llc -march=alpha | grep 'gprel32' &&
; RUN: llvm-as < %s | llc -march=alpha | grep 'ldl'
target endian = little