summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/new.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenCXX/new.cpp')
-rw-r--r--clang/test/CodeGenCXX/new.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/new.cpp b/clang/test/CodeGenCXX/new.cpp
index 885158f8a05..fcaf2e8138b 100644
--- a/clang/test/CodeGenCXX/new.cpp
+++ b/clang/test/CodeGenCXX/new.cpp
@@ -102,7 +102,6 @@ struct Empty { };
// We don't need to initialize an empty class.
void t12() {
// CHECK: define void @_Z3t12v
- // CHECK-NOT: br label
// CHECK: ret void
(void)new Empty[10];
}
OpenPOWER on IntegriCloud