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

Sean Fertile via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 22 11:51:02 PST 2016


sfertile marked an inline comment as done.
sfertile 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.
----------------
syzaara wrote:
> tiny comment, char is misspelled as cahr
Fixed


Repository:
  rL LLVM

https://reviews.llvm.org/D26546





More information about the cfe-commits mailing list