[llvm] r240760 - [InterleavedAccess] Fix failures "undefined type 'llvm::raw_ostream'" on windows.

Hao Liu Hao.Liu at arm.com
Thu Jun 25 21:38:21 PDT 2015


Author: haoliu
Date: Thu Jun 25 23:38:21 2015
New Revision: 240760

URL: http://llvm.org/viewvc/llvm-project?rev=240760&view=rev
Log:
[InterleavedAccess] Fix failures "undefined type 'llvm::raw_ostream'" on windows.

Modified:
    llvm/trunk/lib/CodeGen/InterleavedAccessPass.cpp

Modified: llvm/trunk/lib/CodeGen/InterleavedAccessPass.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/InterleavedAccessPass.cpp?rev=240760&r1=240759&r2=240760&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/InterleavedAccessPass.cpp (original)
+++ llvm/trunk/lib/CodeGen/InterleavedAccessPass.cpp Thu Jun 25 23:38:21 2015
@@ -41,6 +41,7 @@
 #include "llvm/IR/InstIterator.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/MathExtras.h"
+#include "llvm/Support/raw_ostream.h"
 #include "llvm/Target/TargetLowering.h"
 #include "llvm/Target/TargetSubtargetInfo.h"
 





More information about the llvm-commits mailing list