TableGen: add a comment

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147199 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dylan Noblesmith 2011-12-22 23:16:09 +00:00
parent 8cc300cb34
commit bfbc9fcb83

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;