[PATCH] D32900: [mips] Impose a threshold for coercion of aggregates
Simon Dardis via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 9 04:23:48 PDT 2017
sdardis added a comment.
Spotted a minor nit.
================
Comment at: test/CodeGen/mips-aggregate-arg.c:36
+ f2(g2);
+ f3(g3);
+}
----------------
Nit: spurious whitespace here.
https://reviews.llvm.org/D32900
More information about the cfe-commits
mailing list