Skip to content
Snippets Groups Projects
Commit 1916b887 authored by Chris Lattner's avatar Chris Lattner
Browse files

remove dead protos

llvm-svn: 41469
parent 6c555f96
No related branches found
No related tags found
No related merge requests found
...@@ -323,11 +323,6 @@ public: ...@@ -323,11 +323,6 @@ public:
// Scalar Expression Emission // 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 EmitCallExpr(const CallExpr *E);
RValue EmitBuiltinExpr(unsigned BuiltinID, const CallExpr *E); RValue EmitBuiltinExpr(unsigned BuiltinID, const CallExpr *E);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment