apazos added inline comments.

================
Comment at: lib/CodeGen/TargetInfo.cpp:8872
+  else
+    NeededArgGPRs = 1;
+
----------------
Suggestion to make 1 default value when you declare the var


================
Comment at: lib/CodeGen/TargetInfo.cpp:8938
+
+  // The size of the actual thing passed, which might end up just
+  // being a pointer for indirect types.
----------------
The size -> The type


https://reviews.llvm.org/D40023



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

Reply via email to