summaryrefslogtreecommitdiff
path: root/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
commit9c6b60eb28d2717008f8d6ff52f7666ebc81113d (patch)
tree9fe55b0436d80911758e05f1b1c63b133ef7e147 /utils/TableGen/TableGen.cpp
parentf722699f8a08e103f79d1074df8168e841933add (diff)
downloadllvm-9c6b60eb28d2717008f8d6ff52f7666ebc81113d.tar.gz
llvm-9c6b60eb28d2717008f8d6ff52f7666ebc81113d.tar.bz2
llvm-9c6b60eb28d2717008f8d6ff52f7666ebc81113d.tar.xz
various cleanups to tblgen, patch by Garrison Venn!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121837 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/TableGen.cpp')
-rw-r--r--utils/TableGen/TableGen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/TableGen.cpp b/utils/TableGen/TableGen.cpp
index 50543781ec..ab724af7d7 100644
--- a/utils/TableGen/TableGen.cpp
+++ b/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) {