aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaISelPattern.cpp
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
commit0bc68a87e718f537624cb5fd3fb7f21d2c97639e (patch)
treef2223643a36f0de5976e18e500ae55e1f7d6da54 /lib/Target/Alpha/AlphaISelPattern.cpp
parent97127a139132cef1678ff5abc09565181ff879af (diff)
fix build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20053 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha/AlphaISelPattern.cpp')
-rw-r--r--lib/Target/Alpha/AlphaISelPattern.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/Alpha/AlphaISelPattern.cpp b/lib/Target/Alpha/AlphaISelPattern.cpp
index bcfaae74fd..9a198a3cdd 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
{