summaryrefslogtreecommitdiffstats
path: root/llvm/include
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2014-04-15 08:10:46 +0000
committerNick Lewycky <nicholas@mxc.ca>2014-04-15 08:10:46 +0000
commit8589cc7e86170ffc74b9a7a276ec640df053f665 (patch)
tree42b149ae6a1b9e9fdc4cf4c297e93df4f2265011 /llvm/include
parent4eeaafcdeff3c6486c64d3568c2f413d9ff26046 (diff)
downloadbcm5719-llvm-8589cc7e86170ffc74b9a7a276ec640df053f665.tar.gz
bcm5719-llvm-8589cc7e86170ffc74b9a7a276ec640df053f665.zip
Fix broken build of llvm using clang.
llvm-svn: 206257
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/CodeGen/PseudoSourceValue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/include/llvm/CodeGen/PseudoSourceValue.h b/llvm/include/llvm/CodeGen/PseudoSourceValue.h
index 0f35827e236..cc3e25aeb89 100644
--- a/llvm/include/llvm/CodeGen/PseudoSourceValue.h
+++ b/llvm/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
OpenPOWER on IntegriCloud