1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

This was supposed to go with r79803

llvm-svn: 79804
This commit is contained in:
Chris Lattner 2009-08-23 01:13:09 +00:00
parent ed9a239afa
commit 58d965eaa5

View File

@ -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