From: Andrew Lenharth Date: Sat, 5 Feb 2005 19:46:51 +0000 (+0000) Subject: fix build X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0bc68a87e718f537624cb5fd3fb7f21d2c97639e;p=oota-llvm.git fix build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20053 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Alpha/AlphaISelPattern.cpp b/lib/Target/Alpha/AlphaISelPattern.cpp index bcfaae74fd6..9a198a3cdde 100644 --- 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 {