summaryrefslogtreecommitdiffstats
path: root/llvm/lib/TableGen
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
commitf3b1760496ac64ed141b7b93c85063394102ae29 (patch)
tree7c0e5d91dd5f2cad881e84710e95b9f669db62f4 /llvm/lib/TableGen
parent345b7430a9f2f846f45ad2b18c366f9cb7f047ba (diff)
downloadbcm5719-llvm-f3b1760496ac64ed141b7b93c85063394102ae29.tar.gz
bcm5719-llvm-f3b1760496ac64ed141b7b93c85063394102ae29.zip
TableGen: add a comment
llvm-svn: 147199
Diffstat (limited to 'llvm/lib/TableGen')
-rw-r--r--llvm/lib/TableGen/TGLexer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/TableGen/TGLexer.cpp b/llvm/lib/TableGen/TGLexer.cpp
index c9c674c8898..79d9ed29f90 100644
--- a/llvm/lib/TableGen/TGLexer.cpp
+++ b/llvm/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;
OpenPOWER on IntegriCloud