Skip to content

Commit

Permalink
Remove x86,x86_32/64 from isValidFeatureName
Browse files Browse the repository at this point in the history
These are not valid values for this, and are pretty
non-sensical, since LLVM doesn't understand them.

Differential Revision: https://reviews.llvm.org/D39378

llvm-svn: 316781
  • Loading branch information
Erich Keane committed Oct 27, 2017
1 parent 0beca4d commit 3231918
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions clang/lib/Basic/Targets/X86.cpp
Expand Up @@ -1169,9 +1169,6 @@ bool X86TargetInfo::isValidFeatureName(StringRef Name) const {
.Case("sse4.2", true)
.Case("sse4a", true)
.Case("tbm", true)
.Case("x86", true)
.Case("x86_32", true)
.Case("x86_64", true)
.Case("xop", true)
.Case("xsave", true)
.Case("xsavec", true)
Expand Down

0 comments on commit 3231918

Please sign in to comment.