[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelPattern.cpp
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Wed Mar 30 10:23:14 PST 2005
Changes in directory llvm/lib/Target/Alpha:
AlphaISelPattern.cpp updated: 1.69 -> 1.70
---
Log message:
yea, fine Duraid
---
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.69 llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.70
--- llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.69 Tue Mar 29 13:24:04 2005
+++ llvm/lib/Target/Alpha/AlphaISelPattern.cpp Wed Mar 30 12:22:52 2005
@@ -1017,7 +1017,7 @@
dyn_cast<ExternalSymbolSDNode>(N.getOperand(1)))
{
AlphaLowering.restoreGP(BB);
- BuildMI(BB, Alpha::CALL, 0).addExternalSymbol(ESSDN->getSymbol(), true);
+ BuildMI(BB, Alpha::CALL, 1).addExternalSymbol(ESSDN->getSymbol(), true);
} else {
//no need to restore GP as we are doing an indirect call
Tmp1 = SelectExpr(N.getOperand(1));
More information about the llvm-commits
mailing list