commit | d42870668890cb54a8df9442c207d3a3c136e996 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Fri Jul 03 00:10:29 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Fri Jul 03 00:10:29 2009 +0000 |
tree | b9769936054af70053271573496a228e18629946 | |
parent | d72edde77d9576ac77449a57255593fa8281ccbb [diff] [blame] |
Replace std::iostreams with raw_ostream in TableGen. - Sorry, I can't help myself. - No intended functionality change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74742 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/TableGen/LLVMCConfigurationEmitter.h b/utils/TableGen/LLVMCConfigurationEmitter.h index 98c4bc0..347f6f1 100644 --- a/utils/TableGen/LLVMCConfigurationEmitter.h +++ b/utils/TableGen/LLVMCConfigurationEmitter.h
@@ -26,7 +26,7 @@ explicit LLVMCConfigurationEmitter(RecordKeeper &R) : Records(R) {} // run - Output the asmwriter, returning true on failure. - void run(std::ostream &o); + void run(raw_ostream &o); }; }