summaryrefslogtreecommitdiff
path: root/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
commitb6ecb4f8aba89e24410204439fc80565fa00e2ba (patch)
treece9fa444dbdc5ab4150e7828c506395c1e5cfcae /include
parent2c9a974b2b7f40205960a91b1dd10d58510de992 (diff)
downloadllvm-b6ecb4f8aba89e24410204439fc80565fa00e2ba.tar.gz
llvm-b6ecb4f8aba89e24410204439fc80565fa00e2ba.tar.bz2
llvm-b6ecb4f8aba89e24410204439fc80565fa00e2ba.tar.xz
Fix broken build of llvm using clang.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206257 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/PseudoSourceValue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/PseudoSourceValue.h b/include/llvm/CodeGen/PseudoSourceValue.h
index 0f35827e23..cc3e25aeb8 100644
--- 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