[PATCH] D17002: [lanai] Add Lanai backend to clang driver
Jacques Pienaar via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 9 17:11:23 PST 2016
jpienaar marked 3 inline comments as done.
jpienaar added a comment.
Updated thanks.
================
Comment at: lib/CodeGen/TargetInfo.cpp:6498
@@ +6497,3 @@
+
+ Class classify(QualType Ty) const;
+
----------------
We only had one DefaultNumRegisterParameters that we supported (DefaultNumRegisterParameters=4) so I just propagated the constant, removed the member variable and added a comment at its use.
http://reviews.llvm.org/D17002
More information about the cfe-commits
mailing list