ygao added a subscriber: ygao.

================
Comment at: lib/Basic/Targets.cpp:2772
@@ -2771,2 +2771,3 @@
     setFeatureEnabledImpl(Features, "xsaveopt", true);
+    setFeatureEnabledImpl(Features, "xsave", true);
     // FALLTHROUGH
----------------
Is this line necessary? Line#3027 below in the same file says that xsaveopt 
already implies xsave.


Repository:
  rL LLVM

http://reviews.llvm.org/D17682



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to