[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelPattern.cpp
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Sat Feb 5 11:47:07 PST 2005
Changes in directory llvm/lib/Target/Alpha:
AlphaISelPattern.cpp updated: 1.35 -> 1.36
---
Log message:
fix build
---
Diffs of the changes: (+0 -1)
AlphaISelPattern.cpp | 1 -
1 files changed, 1 deletion(-)
Index: llvm/lib/Target/Alpha/AlphaISelPattern.cpp
diff -u llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.35 llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.36
--- llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.35 Sat Feb 5 11:41:39 2005
+++ llvm/lib/Target/Alpha/AlphaISelPattern.cpp Sat Feb 5 13:46:51 2005
@@ -385,7 +385,6 @@
AlphaLowering.restoreGP(BB);
Opc = DestType == MVT::f64 ? Alpha::LDT_SYM : Alpha::LDS_SYM;
BuildMI(BB, Opc, 1, Result).addConstantPoolIndex(CP->getIndex());
- }
}
else
{
More information about the llvm-commits
mailing list