[PATCH] D82713: Improve stack object printing.

Madhur Amilkanthwar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 3 01:35:29 PDT 2020


madhur13490 marked an inline comment as done.
madhur13490 added inline comments.


================
Comment at: llvm/lib/CodeGen/MachineFrameInfo.cpp:240
     if (i < NumFixedObjects)
-      OS << ", fixed";
+      OS << ", fixed:";
     if (i < NumFixedObjects || SO.SPOffset != -1) {
----------------
evandro wrote:
> s/fixed:/fixed/
As I said earlier, there is inconsistency; at some place "=" and other ":". It depends on personal choice but we need to agree on one. 



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82713/new/

https://reviews.llvm.org/D82713





More information about the llvm-commits mailing list