[cfe-commits] r164481 - /cfe/trunk/test/CodeGenObjC/exceptions.m

Chandler Carruth chandlerc at gmail.com
Sun Sep 23 18:10:26 PDT 2012


Author: chandlerc
Date: Sun Sep 23 20:10:25 2012
New Revision: 164481

URL: http://llvm.org/viewvc/llvm-project?rev=164481&view=rev
Log:
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.

Modified:
    cfe/trunk/test/CodeGenObjC/exceptions.m

Modified: cfe/trunk/test/CodeGenObjC/exceptions.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/exceptions.m?rev=164481&r1=164480&r2=164481&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/exceptions.m (original)
+++ cfe/trunk/test/CodeGenObjC/exceptions.m Sun Sep 23 20:10:25 2012
@@ -149,8 +149,8 @@
   // 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





More information about the cfe-commits mailing list