[PATCH] D33448: [CodeGen] Add thumb-mode to target-features for arm/thumb triples.
Eric Christopher via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 25 17:58:08 PDT 2017
echristo accepted this revision.
echristo added a comment.
This revision is now accepted and ready to land.
One minor nit and LGTM.
Thanks!
-eric
================
Comment at: lib/Basic/Targets.cpp:5353
+ // enable or disable thumb-mode per function
+ if (isThumb())
----------------
Minor nit: comments are full sentences.
https://reviews.llvm.org/D33448
More information about the cfe-commits
mailing list