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:
5f59fe5
)
Add #include raw_ostream.h in lib/Target/R600/SIFixSGPRCopies.cpp
author
Hans Wennborg
<hans@hanshq.net>
Thu, 14 Nov 2013 23:24:09 +0000
(23:24 +0000)
committer
Hans Wennborg
<hans@hanshq.net>
Thu, 14 Nov 2013 23:24:09 +0000
(23:24 +0000)
This was casuing my release+asserts build on Windows to fail.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194747
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/R600/SIFixSGPRCopies.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/R600/SIFixSGPRCopies.cpp
b/lib/Target/R600/SIFixSGPRCopies.cpp
index 0b675979b3ab369ea49e4d3177294758b74c6f9b..458eb16238d54f5326103921e89210be23498348 100644
(file)
--- a/
lib/Target/R600/SIFixSGPRCopies.cpp
+++ b/
lib/Target/R600/SIFixSGPRCopies.cpp
@@
-72,6
+72,7
@@
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/Support/Debug.h"
+#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetMachine.h"
using namespace llvm;