From: Chandler Carruth Date: Mon, 24 Sep 2012 01:10:25 +0000 (+0000) Subject: Update the Clang tests which run with a full optimization pipeline for X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c07a9cb049c33e0f341b622f52be589892452a66;p=clang Update the Clang tests which run with a full optimization pipeline for the new SROA pass. This is a benign change: the order of PHI nodes changed. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164481 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenObjC/exceptions.m b/test/CodeGenObjC/exceptions.m index 25780fd518..551e67c2e6 100644 --- a/test/CodeGenObjC/exceptions.m +++ b/test/CodeGenObjC/exceptions.m @@ -149,8 +149,8 @@ void f4() { // finally.call-exit: Predecessors are the @try and @catch fallthroughs // as well as the no-match case in the catch mechanism. The i1 is whether // to rethrow and should be true only in the last case. - // CHECK: phi i1 - // CHECK-NEXT: phi i8* + // CHECK: phi i8* + // CHECK-NEXT: phi i1 // CHECK-NEXT: call void @objc_exception_try_exit([[EXNDATA_T]]* [[EXNDATA]]) // CHECK-NEXT: call void @f4_help(i32 2) // CHECK-NEXT: br i1