summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/TGLexer.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/TGLexer.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/TGLexer.cpp')
-rw-r--r--llvm/utils/TableGen/TGLexer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/TGLexer.cpp b/llvm/utils/TableGen/TGLexer.cpp
index 04bbf381520..4498e305b02 100644
--- a/llvm/utils/TableGen/TGLexer.cpp
+++ b/llvm/utils/TableGen/TGLexer.cpp
@@ -13,7 +13,6 @@
#include "TGLexer.h"
#include "llvm/Support/SourceMgr.h"
-#include "llvm/Support/Streams.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Config/config.h"
#include <cctype>
OpenPOWER on IntegriCloud