[PATCH] D29762: Properly register the ARMConstantIslands pass with PassRegistry
John Brawn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 10 09:35:38 PST 2017
john.brawn added inline comments.
================
Comment at: lib/Target/ARM/ARM.h:57
+extern char &ARMConstantIslandsID;
+void initializeARMConstantIslandsPass(PassRegistry &);
----------------
This variable isn't used for anything, and I don't see why you declare it.
https://reviews.llvm.org/D29762
More information about the llvm-commits
mailing list