summaryrefslogtreecommitdiffstats
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
commitf7a6745bb75514c3c37d3ab83f9ffc93179c7604 (patch)
treeeee4dc12d6c3e070fe1b31f5ca89bbd8add07ba4
parent22d4bfc23ef8f396fd953da2082b05d8b48864f3 (diff)
downloadbcm5719-llvm-f7a6745bb75514c3c37d3ab83f9ffc93179c7604.tar.gz
bcm5719-llvm-f7a6745bb75514c3c37d3ab83f9ffc93179c7604.zip
This was supposed to go with r79803
llvm-svn: 79804
-rw-r--r--llvm/include/llvm/CodeGen/MachineFunction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/CodeGen/MachineFunction.h b/llvm/include/llvm/CodeGen/MachineFunction.h
index 055baac07c1..da25d61d5e0 100644
--- a/llvm/include/llvm/CodeGen/MachineFunction.h
+++ b/llvm/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
OpenPOWER on IntegriCloud