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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160280 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2012-07-16 15:43:50 +00:00
parent b22d251dcc
commit 4a4d533fa7
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>