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:
2c9a974
)
Fix broken build of llvm using clang.
author
Nick Lewycky
<nicholas@mxc.ca>
Tue, 15 Apr 2014 08:10:46 +0000
(08:10 +0000)
committer
Nick Lewycky
<nicholas@mxc.ca>
Tue, 15 Apr 2014 08:10:46 +0000
(08:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206257
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/PseudoSourceValue.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/PseudoSourceValue.h
b/include/llvm/CodeGen/PseudoSourceValue.h
index 0f35827e236a7432f9b5c0860adbea6b15d646c9..cc3e25aeb89f2ee077c03571776f11dd3ecb9447 100644
(file)
--- a/
include/llvm/CodeGen/PseudoSourceValue.h
+++ b/
include/llvm/CodeGen/PseudoSourceValue.h
@@
-21,6
+21,8
@@
namespace llvm {
class MachineMemOperand;
class raw_ostream;
+ raw_ostream &operator<<(raw_ostream &OS, const MachineMemOperand &MMO);
+
/// PseudoSourceValue - Special value supplied for machine level alias
/// analysis. It indicates that a memory access references the functions
/// stack frame (e.g., a spill slot), below the stack frame (e.g., argument