diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-08-23 01:13:09 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-08-23 01:13:09 +0000 |
| commit | f7a6745bb75514c3c37d3ab83f9ffc93179c7604 (patch) | |
| tree | eee4dc12d6c3e070fe1b31f5ca89bbd8add07ba4 | |
| parent | 22d4bfc23ef8f396fd953da2082b05d8b48864f3 (diff) | |
| download | bcm5719-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.h | 1 |
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 |

