From 0bc68a87e718f537624cb5fd3fb7f21d2c97639e Mon Sep 17 00:00:00 2001 From: Andrew Lenharth Date: Sat, 5 Feb 2005 19:46:51 +0000 Subject: [PATCH] fix build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20053 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Alpha/AlphaISelPattern.cpp | 1 - 1 file changed, 1 deletion(-) 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 { -- 2.34.1