summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/CodeEmitterGen.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-07-03 00:10:29 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-07-03 00:10:29 +0000
commit38a22bffdc863f8680f17cb31874af3cf4ce67c2 (patch)
tree7c23168efc503cc591d314db12894a8c213cf8da /llvm/utils/TableGen/CodeEmitterGen.cpp
parentf30ee8820a9dc7dcdb28928af1adfb993b83dd1a (diff)
downloadbcm5719-llvm-38a22bffdc863f8680f17cb31874af3cf4ce67c2.tar.gz
bcm5719-llvm-38a22bffdc863f8680f17cb31874af3cf4ce67c2.zip
Replace std::iostreams with raw_ostream in TableGen.
- Sorry, I can't help myself. - No intended functionality change. llvm-svn: 74742
Diffstat (limited to 'llvm/utils/TableGen/CodeEmitterGen.cpp')
-rw-r--r--llvm/utils/TableGen/CodeEmitterGen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/CodeEmitterGen.cpp b/llvm/utils/TableGen/CodeEmitterGen.cpp
index 7b0a335b26b..646602557b1 100644
--- a/llvm/utils/TableGen/CodeEmitterGen.cpp
+++ b/llvm/utils/TableGen/CodeEmitterGen.cpp
@@ -75,7 +75,7 @@ int CodeEmitterGen::getVariableBit(const std::string &VarName,
}
-void CodeEmitterGen::run(std::ostream &o) {
+void CodeEmitterGen::run(raw_ostream &o) {
CodeGenTarget Target;
std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction");
OpenPOWER on IntegriCloud