[llvm] r206257 - Fix broken build of llvm using clang.

Nick Lewycky nicholas at mxc.ca
Tue Apr 15 01:10:46 PDT 2014


Author: nicholas
Date: Tue Apr 15 03:10:46 2014
New Revision: 206257

URL: http://llvm.org/viewvc/llvm-project?rev=206257&view=rev
Log:
Fix broken build of llvm using clang.

Modified:
    llvm/trunk/include/llvm/CodeGen/PseudoSourceValue.h

Modified: llvm/trunk/include/llvm/CodeGen/PseudoSourceValue.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/PseudoSourceValue.h?rev=206257&r1=206256&r2=206257&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/PseudoSourceValue.h (original)
+++ llvm/trunk/include/llvm/CodeGen/PseudoSourceValue.h Tue Apr 15 03:10:46 2014
@@ -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





More information about the llvm-commits mailing list