forked from OSchip/llvm-project
[X86] Remove some code that tries to disable HLE feature. This feature flag was removed from the backend.
llvm-svn: 299416
This commit is contained in:
parent
1f9b00117c
commit
451eedd3b6
|
@ -130,7 +130,6 @@ void x86::getX86TargetFeatures(const Driver &D, const llvm::Triple &Triple,
|
|||
Features.push_back("-aes");
|
||||
Features.push_back("-pclmul");
|
||||
Features.push_back("-rtm");
|
||||
Features.push_back("-hle");
|
||||
Features.push_back("-fsgsbase");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue