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

Andrew Lenharth alenhar2 at cs.uiuc.edu
Wed Apr 6 13:59:16 PDT 2005



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

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

simplified

---
Diffs of the changes:  (+0 -5)

 s4addq.ll |    5 -----
 1 files changed, 5 deletions(-)


Index: llvm/test/Regression/CodeGen/Alpha/s4addq.ll
diff -u llvm/test/Regression/CodeGen/Alpha/s4addq.ll:1.1 llvm/test/Regression/CodeGen/Alpha/s4addq.ll:1.2
--- llvm/test/Regression/CodeGen/Alpha/s4addq.ll:1.1	Wed Apr  6 15:39:17 2005
+++ llvm/test/Regression/CodeGen/Alpha/s4addq.ll	Wed Apr  6 15:59:03 2005
@@ -1,11 +1,6 @@
 ; Make sure this testcase codegens to the S4ADDQ instruction
 ; RUN: llvm-as < %s | llc -march=alpha | grep 'S4ADDQ'
 
-target endian = little
-target pointersize = 64
-target triple = "alphapca56-unknown-linux-gnu"
-deplibs = [ "c", "crtend" ]
-
 implementation   ; Functions:
 
 long %bar(long %x, long %y) {






More information about the llvm-commits mailing list