diff lib/Target/ARM/Thumb1InstrInfo.h @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents 1172e4bd9c6f
children 3a76565eade5
line wrap: on
line diff
--- a/lib/Target/ARM/Thumb1InstrInfo.h	Fri Nov 25 19:14:25 2016 +0900
+++ b/lib/Target/ARM/Thumb1InstrInfo.h	Fri Oct 27 17:07:41 2017 +0900
@@ -25,8 +25,8 @@
 public:
   explicit Thumb1InstrInfo(const ARMSubtarget &STI);
 
-  /// getNoopForMachoTarget - Return the noop instruction to use for a noop.
-  void getNoopForMachoTarget(MCInst &NopInst) const override;
+  /// Return the noop instruction to use for a noop.
+  void getNoop(MCInst &NopInst) const override;
 
   // Return the non-pre/post incrementing version of 'Opc'. Return 0
   // if there is not such an opcode.