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 | 0bc68a87e718f537624cb5fd3fb7f21d2c97639e (patch) | |
tree | f2223643a36f0de5976e18e500ae55e1f7d6da54 /lib/Target/Alpha/AlphaISelPattern.cpp | |
parent | 97127a139132cef1678ff5abc09565181ff879af (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.cpp | 1 |
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 { |