Skip to content

Commit a04c94d

Browse files
committed
Update MachineFunction.h
1 parent 86935d2 commit a04c94d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/include/llvm/CodeGen/MachineFunction.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,8 @@ class LLVM_EXTERNAL_VISIBILITY MachineFunction {
860860
/// print - Print out the MachineFunction in a format suitable for debugging
861861
/// to the specified stream.
862862
void print(raw_ostream &OS, const SlotIndexes* = nullptr) const;
863-
863+
void println(raw_ostream &OS, const SlotIndexes * = nullptr) const;
864+
864865
/// viewCFG - This function is meant for use from the debugger. You can just
865866
/// say 'call F->viewCFG()' and a ghostview window should pop up from the
866867
/// program, displaying the CFG of the current function with the code for each

0 commit comments

Comments
 (0)