[llvm-commits] CVS: llvm/test/Regression/CodeGen/Alpha/s4addq.ll

Andrew Lenharth alenhar2 at cs.uiuc.edu
Thu Apr 7 10:47:14 PDT 2005



Changes in directory llvm/test/Regression/CodeGen/Alpha:

s4addq.ll updated: 1.2 -> 1.3
---
Log message:

match case change in codegen

---
Diffs of the changes:  (+1 -1)

 s4addq.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Regression/CodeGen/Alpha/s4addq.ll
diff -u llvm/test/Regression/CodeGen/Alpha/s4addq.ll:1.2 llvm/test/Regression/CodeGen/Alpha/s4addq.ll:1.3
--- llvm/test/Regression/CodeGen/Alpha/s4addq.ll:1.2	Wed Apr  6 15:59:03 2005
+++ llvm/test/Regression/CodeGen/Alpha/s4addq.ll	Thu Apr  7 12:47:00 2005
@@ -1,5 +1,5 @@
 ; Make sure this testcase codegens to the S4ADDQ instruction
-; RUN: llvm-as < %s | llc -march=alpha | grep 'S4ADDQ'
+; RUN: llvm-as < %s | llc -march=alpha | grep 's4addq'
 
 implementation   ; Functions:
 






More information about the llvm-commits mailing list