OSDN Git Service

Revert r301040 "X86: Don't emit zero-byte functions on Windows"
authorHans Wennborg <hans@hanshq.net>
Fri, 21 Apr 2017 21:10:37 +0000 (21:10 +0000)
committerHans Wennborg <hans@hanshq.net>
Fri, 21 Apr 2017 21:10:37 +0000 (21:10 +0000)
commit0720f631bf05d49e4a2a0656efc60614bf2cf22a
tree71adcd41b9fe12c8f9d0e8acf6887313ae0fbc13
parentfe76aaa6eee570fd08f3e975375216b9d6d1bc4a
Revert r301040 "X86: Don't emit zero-byte functions on Windows"

This broke almost all bots. Reverting while fixing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301041 91177308-0d34-0410-b5e6-96231b3b80d8
18 files changed:
include/llvm/Target/TargetInstrInfo.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/TargetInstrInfo.cpp
lib/Target/AArch64/AArch64InstrInfo.cpp
lib/Target/AArch64/AArch64InstrInfo.h
lib/Target/ARM/ARMBaseInstrInfo.h
lib/Target/ARM/ARMInstrInfo.cpp
lib/Target/ARM/ARMInstrInfo.h
lib/Target/ARM/ARMMCInstLower.cpp
lib/Target/ARM/Thumb1InstrInfo.cpp
lib/Target/ARM/Thumb1InstrInfo.h
lib/Target/ARM/Thumb2InstrInfo.cpp
lib/Target/ARM/Thumb2InstrInfo.h
lib/Target/PowerPC/PPCInstrInfo.cpp
lib/Target/PowerPC/PPCInstrInfo.h
lib/Target/X86/X86InstrInfo.cpp
lib/Target/X86/X86InstrInfo.h
test/CodeGen/X86/empty-function.ll [deleted file]