| commit | f3b1760496ac64ed141b7b93c85063394102ae29 | [log] [tgz] |
|---|---|---|
| author | Dylan Noblesmith <nobled@dreamwidth.org> | Thu Dec 22 23:16:09 2011 +0000 |
| committer | Dylan Noblesmith <nobled@dreamwidth.org> | Thu Dec 22 23:16:09 2011 +0000 |
| tree | 7c0e5d91dd5f2cad881e84710e95b9f669db62f4 | |
| parent | 345b7430a9f2f846f45ad2b18c366f9cb7f047ba [diff] [blame] |
TableGen: add a comment llvm-svn: 147199
diff --git a/llvm/lib/TableGen/TGLexer.cpp b/llvm/lib/TableGen/TGLexer.cpp index c9c674c..79d9ed2 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;