[PATCH] D70211: Sink all InitializePasses.h includes
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 14 11:57:57 PST 2019
rnk marked an inline comment as done.
rnk added inline comments.
================
Comment at: llvm/lib/CodeGen/PostRAHazardRecognizer.cpp:1
-//===----- PostRAHazardRecognizer.cpp - hazard recognizer -----------------===//
-//
----------------
dmgreen wrote:
> Was this intentional? I happened to randomly open this file.
Thanks for catching that. I fixed it in rG5fe3f00ae2753d84ad2f9ca7c5a2b56c34344dfb. I used `diffgrep` to filter out all the hunks of `#include` changes and reviewed the rest and found one other formatting oddity.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70211/new/
https://reviews.llvm.org/D70211
More information about the llvm-commits
mailing list