[PATCH] D113671: [CodeGen] Tweak whitespace in LiveInterval printing
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 11 06:30:35 PST 2021
arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.
I don't see the difference in the example, but maybe phabricator just ate the whitespace differences
================
Comment at: llvm/lib/CodeGen/LiveInterval.cpp:1023
if (getNumValNums()) {
- OS << " ";
+ OS << " ";
unsigned vnum = 0;
----------------
Single quotes now
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113671/new/
https://reviews.llvm.org/D113671
More information about the llvm-commits
mailing list