We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86935d2 commit a04c94dCopy full SHA for a04c94d
llvm/include/llvm/CodeGen/MachineFunction.h
@@ -860,7 +860,8 @@ class LLVM_EXTERNAL_VISIBILITY MachineFunction {
860
/// print - Print out the MachineFunction in a format suitable for debugging
861
/// to the specified stream.
862
void print(raw_ostream &OS, const SlotIndexes* = nullptr) const;
863
-
+ void println(raw_ostream &OS, const SlotIndexes * = nullptr) const;
864
+
865
/// viewCFG - This function is meant for use from the debugger. You can just
866
/// say 'call F->viewCFG()' and a ghostview window should pop up from the
867
/// program, displaying the CFG of the current function with the code for each
0 commit comments