From: Andrew Lenharth Date: Mon, 25 Sep 2006 14:04:53 +0000 (+0000) Subject: Fix X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=758f89c690d355fd4dabba4edb5198254191fccb;p=oota-llvm.git Fix git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30596 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/Alpha/jmp_table.ll b/test/CodeGen/Alpha/jmp_table.ll index c6729e1f8ba..16c438aa8bb 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