summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/temporary-lifetime.cpp
diff options
context:
space:
mode:
authorTim Shen <timshen91@gmail.com>2016-07-01 21:16:58 +0000
committerTim Shen <timshen91@gmail.com>2016-07-01 21:16:58 +0000
commitff12edbff43f630ebddd7c1c7e76cd8b7324781c (patch)
treeb484546c7c1a9a7903a877fd2e583e3ad5ef26e9 /clang/test/CodeGen/temporary-lifetime.cpp
parent5393ddde916e10296cc3eed2f9f1557ad7c6f5e7 (diff)
downloadbcm5719-llvm-ff12edbff43f630ebddd7c1c7e76cd8b7324781c.tar.gz
bcm5719-llvm-ff12edbff43f630ebddd7c1c7e76cd8b7324781c.zip
Remove unncessary CHECKs from r274385
llvm-svn: 274387
Diffstat (limited to 'clang/test/CodeGen/temporary-lifetime.cpp')
-rw-r--r--clang/test/CodeGen/temporary-lifetime.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/test/CodeGen/temporary-lifetime.cpp b/clang/test/CodeGen/temporary-lifetime.cpp
index e760cfc10a7..980c2e3161d 100644
--- a/clang/test/CodeGen/temporary-lifetime.cpp
+++ b/clang/test/CodeGen/temporary-lifetime.cpp
@@ -85,7 +85,6 @@ void Test2() {
void Test3() {
// CHECK-DTOR-LABEL: Test3
- // CHECK-DTOR: entry:
// CHECK-DTOR: call void @llvm.lifetime.start
// CHECK-DTOR: call void @llvm.lifetime.start
// CHECK-DTOR: if.then:
@@ -105,7 +104,6 @@ void Test3() {
void Test4() {
// CHECK-DTOR-LABEL: Test4
- // CHECK-DTOR: entry:
// CHECK-DTOR: call void @llvm.lifetime.start
// CHECK-DTOR: for.cond.cleanup:
// CHECK-DTOR: call void @llvm.lifetime.end
OpenPOWER on IntegriCloud