1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

better portability for intptr_t.

llvm-svn: 37221
This commit is contained in:
Chris Lattner 2007-05-18 07:07:05 +00:00
parent 20d50bfeeb
commit 5565c09a5b
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include "llvm/Instruction.h"
#include "llvm/SymbolTableListTraits.h"
#include "llvm/ADT/ilist"
#include "llvm/Support/DataTypes.h"
namespace llvm {

View File

@ -16,6 +16,7 @@
#include "llvm/Value.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/Support/DataTypes.h"
namespace llvm {
template<typename ValueSubClass, typename ItemParentClass>