diff options
| author | Hans Wennborg <hans@hanshq.net> | 2017-04-21 21:10:37 +0000 |
|---|---|---|
| committer | Hans Wennborg <hans@hanshq.net> | 2017-04-21 21:10:37 +0000 |
| commit | 04593000d871943ca37efa1ace6e63c401d633bf (patch) | |
| tree | 6d2b9fc361d3c06553cb61313e81fc626f9390a4 /llvm/lib/Target/ARM/Thumb1InstrInfo.h | |
| parent | cb3e81071495dd2f63af38f6b50945a47939f9d7 (diff) | |
| download | bcm5719-llvm-04593000d871943ca37efa1ace6e63c401d633bf.tar.gz bcm5719-llvm-04593000d871943ca37efa1ace6e63c401d633bf.zip | |
Revert r301040 "X86: Don't emit zero-byte functions on Windows"
This broke almost all bots. Reverting while fixing.
llvm-svn: 301041
Diffstat (limited to 'llvm/lib/Target/ARM/Thumb1InstrInfo.h')
| -rw-r--r-- | llvm/lib/Target/ARM/Thumb1InstrInfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/Thumb1InstrInfo.h b/llvm/lib/Target/ARM/Thumb1InstrInfo.h index e8d9a9c4ff1..931914ad279 100644 --- a/llvm/lib/Target/ARM/Thumb1InstrInfo.h +++ b/llvm/lib/Target/ARM/Thumb1InstrInfo.h @@ -25,8 +25,8 @@ class Thumb1InstrInfo : public ARMBaseInstrInfo { public: explicit Thumb1InstrInfo(const ARMSubtarget &STI); - /// Return the noop instruction to use for a noop. - void getNoop(MCInst &NopInst) const override; + /// getNoopForMachoTarget - Return the noop instruction to use for a noop. + void getNoopForMachoTarget(MCInst &NopInst) const override; // Return the non-pre/post incrementing version of 'Opc'. Return 0 // if there is not such an opcode. |

