From: Dylan Noblesmith Date: Thu, 22 Dec 2011 23:16:09 +0000 (+0000) Subject: TableGen: add a comment X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=bfbc9fcb8330e00f5fd6d1a52131950eb69be934;p=oota-llvm.git TableGen: add a comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147199 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/TableGen/TGLexer.cpp b/lib/TableGen/TGLexer.cpp index c9c674c8898..79d9ed29f90 100644 --- a/lib/TableGen/TGLexer.cpp +++ b/lib/TableGen/TGLexer.cpp @@ -23,7 +23,7 @@ #include #include -#include "llvm/Config/config.h" +#include "llvm/Config/config.h" // for strtoull()/strtoll() define using namespace llvm;