Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken...
[oota-llvm.git] / lib / Target / PIC16 / PIC16InstrInfo.cpp
index dad0266b7b3d55baf2c0b1bd863a9fd6d238de96..cb0c41bc0b5cc7a60de29f10ba1fc081e28cd4ca 100644 (file)
@@ -105,7 +105,7 @@ void PIC16InstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB,
       .addImm(1); // Emit banksel for it.
   }
   else
-    LLVM_UNREACHABLE("Can't store this register to stack slot");
+    llvm_unreachable("Can't store this register to stack slot");
 }
 
 void PIC16InstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB, 
@@ -145,7 +145,7 @@ void PIC16InstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB,
       .addImm(1); // Emit banksel for it.
   }
   else
-    LLVM_UNREACHABLE("Can't load this register from stack slot");
+    llvm_unreachable("Can't load this register from stack slot");
 }
 
 bool PIC16InstrInfo::copyRegToReg (MachineBasicBlock &MBB,