From 758f89c690d355fd4dabba4edb5198254191fccb Mon Sep 17 00:00:00 2001 From: Andrew Lenharth Date: Mon, 25 Sep 2006 14:04:53 +0000 Subject: [PATCH] Fix git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30596 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/Alpha/jmp_table.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1