[llvm-commits] CVS: llvm/test/Regression/CodeGen/Alpha/jmp_table.ll
    Andrew Lenharth 
    alenhar2 at cs.uiuc.edu
       
    Mon Sep 25 07:05:07 PDT 2006
    
    
  
Changes in directory llvm/test/Regression/CodeGen/Alpha:
jmp_table.ll updated: 1.1 -> 1.2
---
Log message:
Fix
---
Diffs of the changes:  (+2 -2)
 jmp_table.ll |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/test/Regression/CodeGen/Alpha/jmp_table.ll
diff -u llvm/test/Regression/CodeGen/Alpha/jmp_table.ll:1.1 llvm/test/Regression/CodeGen/Alpha/jmp_table.ll:1.2
--- llvm/test/Regression/CodeGen/Alpha/jmp_table.ll:1.1	Sun Sep 24 14:42:02 2006
+++ llvm/test/Regression/CodeGen/Alpha/jmp_table.ll	Mon Sep 25 09:04:53 2006
@@ -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
    
    
More information about the llvm-commits
mailing list