OSDN Git Service

fix build
authorAndrew Lenharth <andrewl@lenharth.org>
Sat, 5 Feb 2005 19:46:51 +0000 (19:46 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Sat, 5 Feb 2005 19:46:51 +0000 (19:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20053 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Alpha/AlphaISelPattern.cpp

index bcfaae7..9a198a3 100644 (file)
@@ -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
         {