From 8589cc7e86170ffc74b9a7a276ec640df053f665 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Tue, 15 Apr 2014 08:10:46 +0000 Subject: Fix broken build of llvm using clang. llvm-svn: 206257 --- llvm/include/llvm/CodeGen/PseudoSourceValue.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'llvm/include') 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 -- cgit v1.2.3