aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/TableGen/TableGen.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-12-15 04:48:22 +0000
committerChris Lattner <sabre@nondot.org>2010-12-15 04:48:22 +0000
commit89dcb687bcbf710a888c2a6466321418932a405a (patch)
tree1ee4accc1ef9c859588d0212a7e0522393ce111c /llvm/utils/TableGen/TableGen.cpp
parent15317a2f5b3f6e54560b7f884a784b02cd05a021 (diff)
downloadllvm-89dcb687bcbf710a888c2a6466321418932a405a.zip
llvm-89dcb687bcbf710a888c2a6466321418932a405a.tar.gz
llvm-89dcb687bcbf710a888c2a6466321418932a405a.tar.bz2
various cleanups to tblgen, patch by Garrison Venn!
llvm-svn: 121837
Diffstat (limited to 'llvm/utils/TableGen/TableGen.cpp')
-rw-r--r--llvm/utils/TableGen/TableGen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/TableGen.cpp b/llvm/utils/TableGen/TableGen.cpp
index 5054378..ab724af 100644
--- a/llvm/utils/TableGen/TableGen.cpp
+++ b/llvm/utils/TableGen/TableGen.cpp
@@ -186,7 +186,7 @@ void llvm::PrintError(SMLoc ErrorLoc, const Twine &Msg) {
static bool ParseFile(const std::string &Filename,
const std::vector<std::string> &IncludeDirs,
SourceMgr &SrcMgr,
- RecordKeeper& Records) {
+ RecordKeeper &Records) {
error_code ec;
MemoryBuffer *F = MemoryBuffer::getFileOrSTDIN(Filename.c_str(), ec);
if (F == 0) {