[llvm-commits] [llvm] r79804 - /llvm/trunk/include/llvm/CodeGen/MachineFunction.h
Chris Lattner
sabre at nondot.org
Sat Aug 22 18:13:09 PDT 2009
Author: lattner
Date: Sat Aug 22 20:13:09 2009
New Revision: 79804
URL: http://llvm.org/viewvc/llvm-project?rev=79804&view=rev
Log:
This was supposed to go with r79803
Modified:
llvm/trunk/include/llvm/CodeGen/MachineFunction.h
Modified: llvm/trunk/include/llvm/CodeGen/MachineFunction.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/MachineFunction.h?rev=79804&r1=79803&r2=79804&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/MachineFunction.h (original)
+++ llvm/trunk/include/llvm/CodeGen/MachineFunction.h Sat Aug 22 20:13:09 2009
@@ -208,6 +208,7 @@
/// to the specified stream.
///
void print(std::ostream &OS) const;
+ void print(raw_ostream &OS) const;
/// viewCFG - This function is meant for use from the debugger. You can just
/// say 'call F->viewCFG()' and a ghostview window should pop up from the
More information about the llvm-commits
mailing list