diff options
author | Charles Davis <cdavis5x@gmail.com> | 2016-08-08 21:20:15 +0000 |
---|---|---|
committer | Charles Davis <cdavis5x@gmail.com> | 2016-08-08 21:20:15 +0000 |
commit | e9c32c7ed3d587696b9757f8f5151c914df2aff5 (patch) | |
tree | 4bafffe7bd125db9866f668cde0b04fafa1bc5b0 /llvm/lib/Target/X86/X86TargetTransformInfo.h | |
parent | 0e37911334775fe64070ba38e2642b35b5c38cb6 (diff) | |
download | bcm5719-llvm-e9c32c7ed3d587696b9757f8f5151c914df2aff5.tar.gz bcm5719-llvm-e9c32c7ed3d587696b9757f8f5151c914df2aff5.zip |
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
Diffstat (limited to 'llvm/lib/Target/X86/X86TargetTransformInfo.h')
-rw-r--r-- | llvm/lib/Target/X86/X86TargetTransformInfo.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/lib/Target/X86/X86TargetTransformInfo.h b/llvm/lib/Target/X86/X86TargetTransformInfo.h index e8856c77296..ab8046bb9fd 100644 --- a/llvm/lib/Target/X86/X86TargetTransformInfo.h +++ b/llvm/lib/Target/X86/X86TargetTransformInfo.h @@ -50,13 +50,6 @@ public: : BaseT(std::move(static_cast<BaseT &>(Arg))), ST(std::move(Arg.ST)), TLI(std::move(Arg.TLI)) {} - /// \name Generic TTI Implementations - /// @{ - void emitPatchableOp(StringRef PatchType, MachineBasicBlock &MBB, - MachineBasicBlock::iterator &MBBI) const; - - /// @} - /// \name Scalar TTI Implementations /// @{ TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth); |