Revert "Target/AMDGPU: Fix includes, or msvc build failed."
authorTom Stellard <thomas.stellard@amd.com>
Mon, 16 Jul 2012 18:19:32 +0000 (18:19 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Mon, 16 Jul 2012 18:19:32 +0000 (18:19 +0000)
This reverts commit fef4aa1b16fcf7a472559abbbcf4c1adc9eb5ca6.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160295 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AMDGPU/AMDILPeepholeOptimizer.cpp
lib/Target/AMDGPU/R600KernelParameters.cpp

index 9d82c4ed219a75d5100497160356ef34cd1e4355..16211a90507e199559db0751fd33e661d53e024d 100644 (file)
@@ -29,7 +29,8 @@
 #include "llvm/Module.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/MathExtras.h"
-#include "llvm/Support/raw_ostream.h"
+
+#include <sstream>
 
 #if 0
 STATISTIC(PointerAssignments, "Number of dynamic pointer "
index cd64fba961fc3f7d5e0909be310f1b9500cd522a..cc9f785cae33743f4c3facfd7e425b6e53f11245 100644 (file)
@@ -26,7 +26,6 @@
 #include "llvm/Module.h"
 #include "llvm/TypeBuilder.h"
 #include "llvm/Target/TargetData.h"
-#include "llvm/Support/raw_ostream.h"
 
 #include <map>
 #include <set>