Try to eliminate the use of the 'unwind' instruction.
[oota-llvm.git] / test / Transforms / SimplifyCFG / 2006-10-29-InvokeCrash.ll
index d63318d1c32bdd5fb6c48d95e7de6a15f62f2f4e..27d9d8f674181b5e3f440d50c6ea5d1c83fcd790 100644 (file)
@@ -461,7 +461,7 @@ cleanup329:         ; preds = %cond_true319, %cond_true302, %cond_next293, %cond_true27
         %val = landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*)
                  cleanup
        call void @_ZN8QPainterD1Ev( %struct.QPainter* %p )
-       unwind
+       resume { i8*, i32 } %val
 }
 
 declare void @_ZN6QSizeFC1Edd(%struct.QPointF*, double, double)