diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2016-06-10 00:58:19 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2016-06-10 00:58:19 +0000 |
commit | c83bf82ad8f2075b7972844abadcb87a01b77d8b (patch) | |
tree | 47c2e9c2cd4d128b75cfc92428f3181b9c140fcd /clang/lib/CodeGen/CGObjC.cpp | |
parent | 129458a7ed168f652dbaeb5c242bd0d5048ef249 (diff) | |
download | bcm5719-llvm-c83bf82ad8f2075b7972844abadcb87a01b77d8b.tar.gz bcm5719-llvm-c83bf82ad8f2075b7972844abadcb87a01b77d8b.zip |
Remove CXXConstructExpr::getFoundDecl(); it turned out to not be useful.
llvm-svn: 272357
Diffstat (limited to 'clang/lib/CodeGen/CGObjC.cpp')
-rw-r--r-- | clang/lib/CodeGen/CGObjC.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGObjC.cpp b/clang/lib/CodeGen/CGObjC.cpp index 5aa549b8a96..db894ce6747 100644 --- a/clang/lib/CodeGen/CGObjC.cpp +++ b/clang/lib/CodeGen/CGObjC.cpp @@ -3312,7 +3312,6 @@ CodeGenFunction::GenerateObjCAtomicGetterCopyHelperFunction( CXXConstructExpr *TheCXXConstructExpr = CXXConstructExpr::Create(C, Ty, SourceLocation(), - CXXConstExpr->getFoundDecl(), CXXConstExpr->getConstructor(), CXXConstExpr->isElidable(), ConstructorArgs, |