Fix a build error by adding a missing commit.

llvm-svn: 92670
This commit is contained in:
David Greene 2010-01-05 01:36:30 +00:00
parent 338a9030a2
commit c976131fe9
1 changed files with 4 additions and 0 deletions

View File

@ -144,6 +144,10 @@ formatted_raw_ostream &fouts();
/// standard error. Use it like: ferrs() << "foo" << "bar";
formatted_raw_ostream &ferrs();
/// fdbgs() - This returns a reference to a formatted_raw_ostream for
/// debug output. Use it like: fdbgs() << "foo" << "bar";
formatted_raw_ostream &fdbgs();
} // end llvm namespace