[X86] Remove 'mm3now' from isValidFeatureName.

The correct spelling is '3dnow' which is already in the list.

llvm-svn: 318716
This commit is contained in:
Craig Topper 2017-11-21 00:33:26 +00:00
parent f72d9ab881
commit 0ff0fbbd6b
1 changed files with 0 additions and 2 deletions

View File

@ -1150,8 +1150,6 @@ bool X86TargetInfo::isValidFeatureName(StringRef Name) const {
.Case("fxsr", true)
.Case("lwp", true)
.Case("lzcnt", true)
.Case("mm3dnow", true)
.Case("mm3dnowa", true)
.Case("mmx", true)
.Case("movbe", true)
.Case("mpx", true)