]> granicus.if.org Git - clang/commit
[X86] Remove 'umip' feature flag.
authorCraig Topper <craig.topper@gmail.com>
Wed, 8 Feb 2017 07:13:22 +0000 (07:13 +0000)
committerCraig Topper <craig.topper@gmail.com>
Wed, 8 Feb 2017 07:13:22 +0000 (07:13 +0000)
commit004a9ff47dc74e0854ea03dc9249bb356bb6a681
treebf52815f5fc23aee372870cd51c68a13ce1fb228
parente997151e8ee36309c47d716997ced5784584aeef
[X86] Remove 'umip' feature flag.

This feature flag indicates that the processor has support for removing certain instructions from user mode software. But the feature flag by itself doesn't indicate if the support is enabled in the OS. The affected instructions aren't even instructions the compiler would emit. So I don't think think this feature flag should be in the compiler.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@294414 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp