aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineFunction.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-23 01:13:09 +0000
committerChris Lattner <sabre@nondot.org>2009-08-23 01:13:09 +0000
commitcf5bf64983a5aee7d6510fe893c4cd340f4e1fb7 (patch)
treeed421578382dfbfd8e396ff77befc5214a795e6d /include/llvm/CodeGen/MachineFunction.h
parentd739775da8ba6a9b9b79c05b44d2efaab0ffab29 (diff)
downloadexternal_llvm-cf5bf64983a5aee7d6510fe893c4cd340f4e1fb7.tar.gz
external_llvm-cf5bf64983a5aee7d6510fe893c4cd340f4e1fb7.tar.bz2
external_llvm-cf5bf64983a5aee7d6510fe893c4cd340f4e1fb7.zip
This was supposed to go with r79803
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79804 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineFunction.h')
-rw-r--r--include/llvm/CodeGen/MachineFunction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/MachineFunction.h b/include/llvm/CodeGen/MachineFunction.h
index 055baac07c..da25d61d5e 100644
--- a/include/llvm/CodeGen/MachineFunction.h
+++ b/include/llvm/CodeGen/MachineFunction.h
@@ -208,6 +208,7 @@ public:
/// 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