1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

TableGen: add a comment

llvm-svn: 147199
This commit is contained in:
Dylan Noblesmith 2011-12-22 23:16:09 +00:00
parent 3e069a5220
commit 23f0c34cd3

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;