[llvm-commits] [llvm] r147199 - /llvm/trunk/lib/TableGen/TGLexer.cpp
Dylan Noblesmith
nobled at dreamwidth.org
Thu Dec 22 15:16:09 PST 2011
Author: nobled
Date: Thu Dec 22 17:16:09 2011
New Revision: 147199
URL: http://llvm.org/viewvc/llvm-project?rev=147199&view=rev
Log:
TableGen: add a comment
Modified:
llvm/trunk/lib/TableGen/TGLexer.cpp
Modified: llvm/trunk/lib/TableGen/TGLexer.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/TableGen/TGLexer.cpp?rev=147199&r1=147198&r2=147199&view=diff
==============================================================================
--- llvm/trunk/lib/TableGen/TGLexer.cpp (original)
+++ llvm/trunk/lib/TableGen/TGLexer.cpp Thu Dec 22 17:16:09 2011
@@ -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;
More information about the llvm-commits
mailing list