1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 04:52:54 +02:00

Target/AMDGPU: Fix includes, or msvc build failed.

llvm-svn: 160280
This commit is contained in:
NAKAMURA Takumi 2012-07-16 15:43:50 +00:00
parent 48743bc036
commit cd72e724ac
2 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,7 @@
#include "llvm/Module.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/MathExtras.h"
#include <sstream>
#include "llvm/Support/raw_ostream.h"
#if 0
STATISTIC(PointerAssignments, "Number of dynamic pointer "

View File

@ -26,6 +26,7 @@
#include "llvm/Module.h"
#include "llvm/TypeBuilder.h"
#include "llvm/Target/TargetData.h"
#include "llvm/Support/raw_ostream.h"
#include <map>
#include <set>