LGTM (with a nit).

================
Comment at: lib/CodeGen/TargetInfo.cpp:5706
@@ -5705,1 +5705,3 @@
 
+  Ty = useFirstFieldIfTransparentUnion(Ty);
+
----------------
I would move this call to the first line of the 
`MipsABIInfo::classifyArgumentType` function to be sure that all subsequent 
actions deal with updated `Ty`.

http://reviews.llvm.org/D6963

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to