diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2005-03-30 18:22:52 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2005-03-30 18:22:52 +0000 |
commit | ba05ad605ebe3bf31ffefb0681f767de627a6c85 (patch) | |
tree | 682d9f91932ca8d6cfcb4551e792ba55c0568ec2 /lib/Target/Alpha/AlphaISelPattern.cpp | |
parent | 81dbf44d1bf2ecdb7edbeda0fba6f6fc5cbbe82e (diff) |
yea, fine Duraid
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20942 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha/AlphaISelPattern.cpp')
-rw-r--r-- | lib/Target/Alpha/AlphaISelPattern.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Alpha/AlphaISelPattern.cpp b/lib/Target/Alpha/AlphaISelPattern.cpp index 0717dc1dbb..3a86a39f77 100644 --- a/lib/Target/Alpha/AlphaISelPattern.cpp +++ b/lib/Target/Alpha/AlphaISelPattern.cpp @@ -1017,7 +1017,7 @@ unsigned ISel::SelectExpr(SDOperand N) { 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)); |