summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2005-02-05 19:46:51 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2005-02-05 19:46:51 +0000
commitd9bf7b81eb753f25b5f53fb8d72c0850ea343576 (patch)
tree234f9456ecf03375a86f43a5f1d3541776b662e6 /llvm/lib
parent7be9854594831d4788431e1f77c4534c632038c6 (diff)
downloadbcm5719-llvm-d9bf7b81eb753f25b5f53fb8d72c0850ea343576.tar.gz
bcm5719-llvm-d9bf7b81eb753f25b5f53fb8d72c0850ea343576.zip
fix build
llvm-svn: 20053
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/Alpha/AlphaISelPattern.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaISelPattern.cpp b/llvm/lib/Target/Alpha/AlphaISelPattern.cpp
index bcfaae74fd6..9a198a3cdde 100644
--- a/llvm/lib/Target/Alpha/AlphaISelPattern.cpp
+++ b/llvm/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
{
OpenPOWER on IntegriCloud