]> granicus.if.org Git - clang/commit
Revert "CodeGen: ensure placeholder instruction for cleanup is created"
authorJF Bastien <jfbastien@apple.com>
Thu, 25 Jul 2019 20:50:09 +0000 (20:50 +0000)
committerJF Bastien <jfbastien@apple.com>
Thu, 25 Jul 2019 20:50:09 +0000 (20:50 +0000)
commitfd1274fa78cb0fd32cc1fa2e6f5bb8e62d29df19
tree4903a8ecbf4bd930b8d42fe96c60c68e89690004
parentc0048be7ff340ebba3092e95d82147bc9928b909
Revert "CodeGen: ensure placeholder instruction for cleanup is created"

Originally in https://reviews.llvm.org/D64656

Causes bot failures:

/home/buildslave/buildslave/clang-cmake-armv8-full/llvm/tools/clang/test/CodeGenCXX/pr40771-ctad-with-lambda-copy-capture.cpp:20:16: error: CHECK-NEXT: expected string not found in input
// CHECK-NEXT: call void @_ZN1RC1E1Q(%struct.R* [[TMP_R]])
               ^
<stdin>:37:2: note: scanning from here
 %8 = call %struct.R* @_ZN1RC1E1Q(%struct.R* %1)
 ^
<stdin>:37:2: note: with "TMP_R" equal to "%1"
 %8 = call %struct.R* @_ZN1RC1E1Q(%struct.R* %1)
 ^
<stdin>:37:17: note: possible intended match here
 %8 = call %struct.R* @_ZN1RC1E1Q(%struct.R* %1)
                ^

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@367051 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprAgg.cpp
test/CodeGenCXX/pr40771-ctad-with-lambda-copy-capture.cpp [deleted file]