[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelPattern.cpp

Andrew Lenharth alenhar2 at cs.uiuc.edu
Tue Feb 22 15:29:38 PST 2005



Changes in directory llvm/lib/Target/Alpha:

AlphaISelPattern.cpp updated: 1.54 -> 1.55
---
Log message:

oops


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

 AlphaISelPattern.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Target/Alpha/AlphaISelPattern.cpp
diff -u llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.54 llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.55
--- llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.54	Tue Feb 22 15:59:48 2005
+++ llvm/lib/Target/Alpha/AlphaISelPattern.cpp	Tue Feb 22 17:29:25 2005
@@ -760,7 +760,7 @@
 
     // Put a pointer to the space into the result register, by copying the stack
     // pointer.
-    BuildMI(BB, Alpha::BIS, 1, Result).addReg(Alpha::R30).addReg(Alpha::R30);
+    BuildMI(BB, Alpha::BIS, 2, Result).addReg(Alpha::R30).addReg(Alpha::R30);
     return Result;
 
   case ISD::ConstantPool:






More information about the llvm-commits mailing list