summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2013-02-12 00:44:43 +0000
committerLang Hames <lhames@gmail.com>2013-02-12 00:44:43 +0000
commit697b0042191d0f8a947b4ad443855fc8b47366fd (patch)
tree96ab2ef6ca4e796ef4b2c419e6a96412f0dfb233 /clang/lib/CodeGen/CodeGenFunction.h
parent209d63af48cdbb308420952415b72d4e83784ef3 (diff)
downloadbcm5719-llvm-697b0042191d0f8a947b4ad443855fc8b47366fd.tar.gz
bcm5719-llvm-697b0042191d0f8a947b4ad443855fc8b47366fd.zip
Backing out r174919 while I investigate a self-host bug on Takumi's builder.
llvm-svn: 174925
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index fcdd31fbc44..d43b58830bd 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -1402,7 +1402,6 @@ public:
void EmitConstructorBody(FunctionArgList &Args);
void EmitDestructorBody(FunctionArgList &Args);
- void emitImplicitAssignmentOperatorBody(FunctionArgList &Args);
void EmitFunctionBody(FunctionArgList &Args);
void EmitForwardingCallToLambda(const CXXRecordDecl *Lambda,
OpenPOWER on IntegriCloud