[X86] Fix the inversion of low and high bits for the lowering of MUL_LOHI.
[oota-llvm.git] / lib / Target / Sparc / DelaySlotFiller.cpp
index 7a8284335997d555bc9406d9b9bca5979d9747b4..f3441ffcf6a67cdff6dc741b2edb4f62dea5e053 100644 (file)
@@ -50,12 +50,12 @@ namespace {
         Subtarget(&TM.getSubtarget<SparcSubtarget>()) {
     }
 
-    virtual const char *getPassName() const {
+    const char *getPassName() const override {
       return "SPARC Delay Slot Filler";
     }
 
     bool runOnMachineBasicBlock(MachineBasicBlock &MBB);
-    bool runOnMachineFunction(MachineFunction &F) {
+    bool runOnMachineFunction(MachineFunction &F) override {
       bool Changed = false;
 
       // This pass invalidates liveness information when it reorders