[cfe-commits] r41469 - /cfe/trunk/CodeGen/CodeGenFunction.h

Chris Lattner sabre at nondot.org
Sun Aug 26 16:01:23 PDT 2007


Author: lattner
Date: Sun Aug 26 18:01:23 2007
New Revision: 41469

URL: http://llvm.org/viewvc/llvm-project?rev=41469&view=rev
Log:
remove dead protos


Modified:
    cfe/trunk/CodeGen/CodeGenFunction.h

Modified: cfe/trunk/CodeGen/CodeGenFunction.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/CodeGen/CodeGenFunction.h?rev=41469&r1=41468&r2=41469&view=diff

==============================================================================
--- cfe/trunk/CodeGen/CodeGenFunction.h (original)
+++ cfe/trunk/CodeGen/CodeGenFunction.h Sun Aug 26 18:01:23 2007
@@ -323,11 +323,6 @@
   //                         Scalar Expression Emission
   //===--------------------------------------------------------------------===//
 
-  void EmitCompoundAssignmentOperands(const CompoundAssignOperator *CAO,
-                                      LValue &LHSLV, RValue &LHS, RValue &RHS);
-  RValue EmitCompoundAssignmentResult(const CompoundAssignOperator *E,
-                                      LValue LHSLV, RValue ResV);
-  
   RValue EmitCallExpr(const CallExpr *E);
   RValue EmitBuiltinExpr(unsigned BuiltinID, const CallExpr *E);
 





More information about the cfe-commits mailing list