diff --git a/llvm/lib/Target/Alpha/AlphaISelPattern.cpp b/llvm/lib/Target/Alpha/AlphaISelPattern.cpp index bcfaae74fd68..9a198a3cdde6 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 {