summaryrefslogtreecommitdiff
path: root/lib/TableGen/TGLexer.cpp
diff options
context:
space:
mode:
authorDylan Noblesmith <nobled@dreamwidth.org>2011-12-22 23:16:09 +0000
committerDylan Noblesmith <nobled@dreamwidth.org>2011-12-22 23:16:09 +0000
commitbfbc9fcb8330e00f5fd6d1a52131950eb69be934 (patch)
tree8fab9be5be59697fb2c634d32022c50886eeb474 /lib/TableGen/TGLexer.cpp
parent8cc300cb3415d1d806e6f9e6ecb7c3d3f8341ad2 (diff)
downloadllvm-bfbc9fcb8330e00f5fd6d1a52131950eb69be934.tar.gz
llvm-bfbc9fcb8330e00f5fd6d1a52131950eb69be934.tar.bz2
llvm-bfbc9fcb8330e00f5fd6d1a52131950eb69be934.tar.xz
TableGen: add a comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147199 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/TableGen/TGLexer.cpp')
-rw-r--r--lib/TableGen/TGLexer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/TableGen/TGLexer.cpp b/lib/TableGen/TGLexer.cpp
index c9c674c889..79d9ed29f9 100644
--- a/lib/TableGen/TGLexer.cpp
+++ b/lib/TableGen/TGLexer.cpp
@@ -23,7 +23,7 @@
#include <cstring>
#include <cerrno>
-#include "llvm/Config/config.h"
+#include "llvm/Config/config.h" // for strtoull()/strtoll() define
using namespace llvm;