And now a test fix in +Asserts mode, which I broke.

llvm-svn: 86801
This commit is contained in:
Daniel Dunbar 2009-11-11 03:48:34 +00:00
parent 568e302a7f
commit 775f18520c
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ int t19(void) {
}
// CHECK:define void @t20() nounwind {
// CHECK-NEXT: call void @abort()
// CHECK: call void @abort()
// CHECK-NEXT: unreachable
void t20(void) {
__builtin_abort();