TableGen: add a comment

llvm-svn: 147199
This commit is contained in:
Dylan Noblesmith 2011-12-22 23:16:09 +00:00
parent 345b7430a9
commit f3b1760496
1 changed files with 1 additions and 1 deletions

View File

@ -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;