diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-07-20 21:32:10 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-07-20 21:32:10 +0000 |
| commit | 2be2074f7521a83ca6ba2972134f2411e444af64 (patch) | |
| tree | 76ce51a0dc46eb50237e734387fe01127adf1add /clang/test/CodeGenCXX/new.cpp | |
| parent | 6e5ec6263e5f21c388589e9f8905a9b93689b6aa (diff) | |
| download | bcm5719-llvm-2be2074f7521a83ca6ba2972134f2411e444af64.tar.gz bcm5719-llvm-2be2074f7521a83ca6ba2972134f2411e444af64.zip | |
temporarily disable this to fix the build bot.
llvm-svn: 108936
Diffstat (limited to 'clang/test/CodeGenCXX/new.cpp')
| -rw-r--r-- | clang/test/CodeGenCXX/new.cpp | 1 |
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]; } |

