[PATCH] D26546: [PPC] Add vec_insert4b/vec_extract4b to altivec.h

Zaara Syeda via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 21 13:13:22 PST 2016


syzaara added inline comments.


================
Comment at: lib/CodeGen/CGBuiltin.cpp:8185
+
+    // Need to cast the second argument from a vector of cahr to a vector
+    // of long long.
----------------
tiny comment, char is misspelled as cahr


Repository:
  rL LLVM

https://reviews.llvm.org/D26546





More information about the cfe-commits mailing list