[PATCH] D39378: Remove x86,x86_32/64 from isValidFeatureName

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 27 11:29:30 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL316781: Remove x86,x86_32/64 from isValidFeatureName (authored by erichkeane).

Changed prior to commit:
  https://reviews.llvm.org/D39378?vs=120661&id=120663#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D39378

Files:
  cfe/trunk/lib/Basic/Targets/X86.cpp


Index: cfe/trunk/lib/Basic/Targets/X86.cpp
===================================================================
--- cfe/trunk/lib/Basic/Targets/X86.cpp
+++ cfe/trunk/lib/Basic/Targets/X86.cpp
@@ -1169,9 +1169,6 @@
       .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)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39378.120663.patch
Type: text/x-patch
Size: 463 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171027/5f010260/attachment.bin>


More information about the cfe-commits mailing list