projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5be64c4
)
[InterleavedAccess] Fix failures "undefined type 'llvm::raw_ostream'" on windows.
author
Hao Liu
<Hao.Liu@arm.com>
Fri, 26 Jun 2015 04:38:21 +0000
(
04:38
+0000)
committer
Hao Liu
<Hao.Liu@arm.com>
Fri, 26 Jun 2015 04:38:21 +0000
(
04:38
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240760
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/InterleavedAccessPass.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/InterleavedAccessPass.cpp
b/lib/CodeGen/InterleavedAccessPass.cpp
index 7c9553d5f2ed7a1268f9e44735904d7947a3d9db..53c8adc05d779f2bda1521a3e853ecdd34c8a1fe 100644
(file)
--- a/
lib/CodeGen/InterleavedAccessPass.cpp
+++ b/
lib/CodeGen/InterleavedAccessPass.cpp
@@
-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"