[all-commits] [llvm/llvm-project] 5fe3f0: Replace wrongly deleted header banner, fix formatting
Reid Kleckner via All-commits
all-commits at lists.llvm.org
Thu Nov 14 10:21:46 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5fe3f00ae2753d84ad2f9ca7c5a2b56c34344dfb
https://github.com/llvm/llvm-project/commit/5fe3f00ae2753d84ad2f9ca7c5a2b56c34344dfb
Author: Reid Kleckner <rnk at google.com>
Date: 2019-11-14 (Thu, 14 Nov 2019)
Changed paths:
M llvm/lib/CodeGen/PostRAHazardRecognizer.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
Log Message:
-----------
Replace wrongly deleted header banner, fix formatting
I reviewed the diff hunks of 05da2fe52162c80dfa that don't contain
'#include' lines, and found two unintended changes. I deleted a header
banner inadvertently while inserting a header, and changed the
indentation of a constructor in an odd way. Add back the banner, and
reformat the constructor.
More information about the All-commits
mailing list