Add const qualifier to any dump() method where adding one
was trivial.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D34481
Mark dump() methods as const. NFC ClosedPublic Authored by sbc100 on Jun 21 2017, 3:10 PM.
Details Summary Add const qualifier to any dump() method where adding one
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 21 2017, 3:18 PM Closed by commit rL305963: Mark dump() methods as const. NFC (authored by sbc). · Explain WhyJun 21 2017, 3:20 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 103478 llvm/trunk/include/llvm/CodeGen/DIE.h
llvm/trunk/include/llvm/CodeGen/LexicalScopes.h
llvm/trunk/include/llvm/CodeGen/MachineScheduler.h
llvm/trunk/include/llvm/MC/MCAssembler.h
llvm/trunk/include/llvm/MC/MCFragment.h
llvm/trunk/include/llvm/MC/MCSection.h
llvm/trunk/include/llvm/Transforms/Scalar/GVN.h
llvm/trunk/lib/CodeGen/AsmPrinter/DIE.cpp
llvm/trunk/lib/CodeGen/LiveDebugVariables.h
llvm/trunk/lib/CodeGen/LiveDebugVariables.cpp
llvm/trunk/lib/CodeGen/MachineScheduler.cpp
llvm/trunk/lib/MC/MCFragment.cpp
llvm/trunk/lib/MC/MCSection.cpp
llvm/trunk/lib/Target/SystemZ/SystemZMachineScheduler.h
llvm/trunk/lib/Transforms/Scalar/GVN.cpp
|