Fix the build on gcc 4.2.
authorNick Lewycky <nicholas@mxc.ca>
Tue, 11 Mar 2008 05:56:09 +0000 (05:56 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 11 Mar 2008 05:56:09 +0000 (05:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48212 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86FloatingPoint.cpp

index 6ee79c16cc5e4175e7fc85bb743d68d11d4dd68e..18e0f909c3fb8e4072a6eacac02ddc7094424011 100644 (file)
@@ -964,6 +964,7 @@ void FPS::handleSpecialFP(MachineBasicBlock::iterator &I) {
       // This could be made better, but would require substantial changes.
       duplicateToTop(SrcReg, DestReg, I);
     }
+    }
     break;
   case X86::RET:
   case X86::RETI:
@@ -1043,7 +1044,6 @@ void FPS::handleSpecialFP(MachineBasicBlock::iterator &I) {
     StackTop = 0;
     return;
   }
-  }
 
   I = MBB->erase(I);  // Remove the pseudo instruction
   --I;