Revert "[X86] Support the "ms-hotpatch" attribute."
authorCharles Davis <cdavis5x@gmail.com>
Mon, 8 Aug 2016 21:20:15 +0000 (21:20 +0000)
committerCharles Davis <cdavis5x@gmail.com>
Mon, 8 Aug 2016 21:20:15 +0000 (21:20 +0000)
commite9c32c7ed3d587696b9757f8f5151c914df2aff5
tree4bafffe7bd125db9866f668cde0b04fafa1bc5b0
parent0e37911334775fe64070ba38e2642b35b5c38cb6
Revert "[X86] Support the "ms-hotpatch" attribute."

This reverts commit r278048. Something changed between the last time I
built this--it takes awhile on my ridiculously slow and ancient
computer--and now that broke this.

llvm-svn: 278053
12 files changed:
llvm/docs/LangRef.rst
llvm/include/llvm/Analysis/TargetTransformInfo.h
llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
llvm/lib/Analysis/TargetTransformInfo.cpp
llvm/lib/CodeGen/PatchableFunction.cpp
llvm/lib/Target/X86/X86AsmPrinter.cpp
llvm/lib/Target/X86/X86AsmPrinter.h
llvm/lib/Target/X86/X86FrameLowering.cpp
llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/lib/Target/X86/X86TargetTransformInfo.cpp
llvm/lib/Target/X86/X86TargetTransformInfo.h
llvm/test/CodeGen/X86/ms-hotpatch-attr.ll [deleted file]