craig.topper marked an inline comment as done.
craig.topper added inline comments.


================
Comment at: test/Headers/ms-intrin.cpp:37
 void f() {
   __movsb(0, 0, 0);
   __movsd(0, 0, 0);
----------------
rnk wrote:
> Surely `__movsb` and `__readmsr` should all be x86-only as well, at least 
> according to MSDN?
I'm sure that's true, but I think thats a separate issue with the forward 
declarations in intrin.h


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56686/new/

https://reviews.llvm.org/D56686



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

Reply via email to