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

Andrew Lenharth alenhar2 at cs.uiuc.edu
Fri May 13 08:42:24 PDT 2005



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

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

fixed test case 

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

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


Index: llvm/test/Regression/CodeGen/Alpha/zapnot2.ll
diff -u llvm/test/Regression/CodeGen/Alpha/zapnot2.ll:1.1 llvm/test/Regression/CodeGen/Alpha/zapnot2.ll:1.2
--- llvm/test/Regression/CodeGen/Alpha/zapnot2.ll:1.1	Thu Apr 14 11:17:49 2005
+++ llvm/test/Regression/CodeGen/Alpha/zapnot2.ll	Fri May 13 10:42:07 2005
@@ -6,5 +6,5 @@
 long %bar(long %x) {
 entry:
 	%tmp.1 = and long %x, 255  		; <long> [#uses=1]
-	ret long %tmp.2
+	ret long %tmp.1
 }






More information about the llvm-commits mailing list