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:
97127a1
)
fix build
author
Andrew Lenharth
<andrewl@lenharth.org>
Sat, 5 Feb 2005 19:46:51 +0000
(19:46 +0000)
committer
Andrew Lenharth
<andrewl@lenharth.org>
Sat, 5 Feb 2005 19:46:51 +0000
(19:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20053
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 bcfaae74fd6897bef64d6534e0584bcf7335b10a..9a198a3cdde62f2033e8599915cc0d04f39e44f9 100644
(file)
--- a/
lib/Target/Alpha/AlphaISelPattern.cpp
+++ b/
lib/Target/Alpha/AlphaISelPattern.cpp
@@
-385,7
+385,6
@@
unsigned ISel::SelectExprFP(SDOperand N, unsigned Result)
AlphaLowering.restoreGP(BB);
Opc = DestType == MVT::f64 ? Alpha::LDT_SYM : Alpha::LDS_SYM;
BuildMI(BB, Opc, 1, Result).addConstantPoolIndex(CP->getIndex());
- }
}
else
{