[PATCH] D64189: Allow llc to run passes under the new pass manager one at a time.
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 9 09:39:51 PDT 2019
probinson added inline comments.
================
Comment at: llvm/tools/llc/llc.cpp:62
+#include <llvm/CodeGen/MachineCopyPropagation.h>
+#include <llvm/CodeGen/MachineDominators.h>
using namespace llvm;
----------------
Is there some reason these includes aren't in order with the others above?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64189/new/
https://reviews.llvm.org/D64189
More information about the llvm-commits
mailing list