fix a bug in my previous patch.

llvm-svn: 75678
This commit is contained in:
Chris Lattner 2009-07-14 20:45:41 +00:00
parent 57da3ed4ce
commit 69ec557020
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ namespace llvm
~formatted_raw_ostream() {
if (DeleteStream)
delete &TheStream;
delete TheStream;
}
void setStream(raw_ostream &Stream, bool Delete = false) {