diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2005-02-05 19:46:51 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2005-02-05 19:46:51 +0000 |
commit | d9bf7b81eb753f25b5f53fb8d72c0850ea343576 (patch) | |
tree | 234f9456ecf03375a86f43a5f1d3541776b662e6 /llvm/lib | |
parent | 7be9854594831d4788431e1f77c4534c632038c6 (diff) | |
download | bcm5719-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.cpp | 1 |
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 { |