From: Nick Lewycky Date: Tue, 15 Apr 2014 08:10:46 +0000 (+0000) Subject: Fix broken build of llvm using clang. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b6ecb4f8aba89e24410204439fc80565fa00e2ba;p=oota-llvm.git Fix broken build of llvm using clang. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206257 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/PseudoSourceValue.h b/include/llvm/CodeGen/PseudoSourceValue.h index 0f35827e236..cc3e25aeb89 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