]> granicus.if.org Git - clang/commitdiff
Update the Clang tests which run with a full optimization pipeline for
authorChandler Carruth <chandlerc@gmail.com>
Mon, 24 Sep 2012 01:10:25 +0000 (01:10 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 24 Sep 2012 01:10:25 +0000 (01:10 +0000)
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

test/CodeGenObjC/exceptions.m

index 25780fd518fee18da8a9a590e27f1da2269f9831..551e67c2e6ca5d090ba9ce8c4da47fb9ef9a5694 100644 (file)
@@ -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