1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

add some #includes that will soon be needed.

llvm-svn: 133195
This commit is contained in:
Chris Lattner 2011-06-16 21:36:36 +00:00
parent 29d631bcf3
commit ed5c981e6f
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#include "llvm/Function.h"
#include "llvm/GlobalValue.h"
#include "llvm/LLVMContext.h"
#include "llvm/ADT/ArrayRef.h"
using namespace llvm;

View File

@ -9,6 +9,7 @@
#include "llvm/Support/TypeBuilder.h"
#include "llvm/LLVMContext.h"
#include "llvm/ADT/ArrayRef.h"
#include "gtest/gtest.h"