efriedma added inline comments.

================
Comment at: lib/CodeGen/CGBuiltin.cpp:10780
     // endian order so the shuffle mask must be adjusted for this on little
     // endian platforms (i.e. index is complemented and source vector 
reversed).
+    unsigned ElemIdx0 = (Index & 2) >> 1;;
----------------
Please fix the comment.


Repository:
  rC Clang

https://reviews.llvm.org/D49424



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

Reply via email to