summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2010-05-01 17:02:18 +0000
committerAnders Carlsson <andersca@mac.com>2010-05-01 17:02:18 +0000
commitaab3b57359292c449143d55a460d0762244dcb40 (patch)
treecf6456ef988bf5121d6de1b02f42fba08f8a9fb0 /clang/lib/CodeGen/CodeGenFunction.h
parent1af7cc2830f4d6d63eb07f62258805bd982738ff (diff)
downloadbcm5719-llvm-aab3b57359292c449143d55a460d0762244dcb40.tar.gz
bcm5719-llvm-aab3b57359292c449143d55a460d0762244dcb40.zip
Simplify EmitClassAggrMemberwiseCopy.
llvm-svn: 102848
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index b059488d679..58894ec9bf9 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -807,9 +807,8 @@ public:
void EmitClassAggrMemberwiseCopy(llvm::Value *DestValue,
llvm::Value *SrcValue,
- const ArrayType *Array,
- const CXXRecordDecl *BaseClassDecl,
- QualType Ty);
+ const ConstantArrayType *Array,
+ const CXXRecordDecl *ClassDecl);
void EmitClassAggrCopyAssignment(llvm::Value *DestValue,
llvm::Value *SrcValue,
OpenPOWER on IntegriCloud