]> granicus.if.org Git - clang/commitdiff
temporarily disable this to fix the build bot.
authorChris Lattner <sabre@nondot.org>
Tue, 20 Jul 2010 21:32:10 +0000 (21:32 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 20 Jul 2010 21:32:10 +0000 (21:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108936 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/new.cpp

index 885158f8a0548fa4d5e80caea21dbd1b6e0c293a..fcaf2e8138b518dae6df42adfd6c08a080d0a26c 100644 (file)
@@ -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];
 }