projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81dbf44
)
yea, fine Duraid
author
Andrew Lenharth
<andrewl@lenharth.org>
Wed, 30 Mar 2005 18:22:52 +0000
(18:22 +0000)
committer
Andrew Lenharth
<andrewl@lenharth.org>
Wed, 30 Mar 2005 18:22:52 +0000
(18:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20942
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/Alpha/AlphaISelPattern.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/Alpha/AlphaISelPattern.cpp
b/lib/Target/Alpha/AlphaISelPattern.cpp
index 0717dc1dbb50e55af5ff569a81b8bf9fe327ae59..3a86a39f77f45acd199a4bfdfc25f3d9f294f099 100644
(file)
--- 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));