2009-09-12 02:01:28 +08:00
|
|
|
; RUN: opt < %s -adce -disable-output
|
2005-02-18 03:27:44 +08:00
|
|
|
|
2008-03-01 17:15:35 +08:00
|
|
|
declare void @strlen()
|
2005-02-18 03:27:44 +08:00
|
|
|
|
2008-03-01 17:15:35 +08:00
|
|
|
declare void @_ZN10QByteArray6resizeEi()
|
2005-02-18 03:27:44 +08:00
|
|
|
|
2008-03-01 17:15:35 +08:00
|
|
|
declare void @q_atomic_decrement()
|
|
|
|
|
2015-06-18 04:52:32 +08:00
|
|
|
define void @_ZNK10QByteArray13leftJustifiedEicb() personality i32 (...)* @__gxx_personality_v0 {
|
2005-02-18 03:27:44 +08:00
|
|
|
entry:
|
2008-03-01 17:15:35 +08:00
|
|
|
invoke void @strlen( )
|
|
|
|
to label %tmp.3.i.noexc unwind label %invoke_catch.0
|
2005-02-18 03:27:44 +08:00
|
|
|
|
2008-03-01 17:15:35 +08:00
|
|
|
tmp.3.i.noexc: ; preds = %entry
|
|
|
|
br i1 false, label %then.0, label %else.0
|
2005-02-18 03:27:44 +08:00
|
|
|
|
2008-03-01 17:15:35 +08:00
|
|
|
invoke_catch.0: ; preds = %entry
|
2015-06-18 04:52:32 +08:00
|
|
|
%exn.0 = landingpad {i8*, i32}
|
2011-09-01 05:50:07 +08:00
|
|
|
cleanup
|
2008-03-01 17:15:35 +08:00
|
|
|
invoke void @q_atomic_decrement( )
|
|
|
|
to label %tmp.1.i.i183.noexc unwind label %terminate
|
2005-02-18 03:27:44 +08:00
|
|
|
|
2008-03-01 17:15:35 +08:00
|
|
|
tmp.1.i.i183.noexc: ; preds = %invoke_catch.0
|
2011-09-03 06:41:11 +08:00
|
|
|
ret void
|
2005-02-18 03:27:44 +08:00
|
|
|
|
2008-03-01 17:15:35 +08:00
|
|
|
then.0: ; preds = %tmp.3.i.noexc
|
|
|
|
invoke void @_ZN10QByteArray6resizeEi( )
|
|
|
|
to label %invoke_cont.1 unwind label %invoke_catch.1
|
2005-02-18 03:27:44 +08:00
|
|
|
|
2008-03-01 17:15:35 +08:00
|
|
|
invoke_catch.1: ; preds = %then.0
|
2015-06-18 04:52:32 +08:00
|
|
|
%exn.1 = landingpad {i8*, i32}
|
2011-09-01 05:50:07 +08:00
|
|
|
cleanup
|
2008-03-01 17:15:35 +08:00
|
|
|
invoke void @q_atomic_decrement( )
|
|
|
|
to label %tmp.1.i.i162.noexc unwind label %terminate
|
2005-02-18 03:27:44 +08:00
|
|
|
|
2008-03-01 17:15:35 +08:00
|
|
|
tmp.1.i.i162.noexc: ; preds = %invoke_catch.1
|
|
|
|
ret void
|
2005-02-18 03:27:44 +08:00
|
|
|
|
2008-03-01 17:15:35 +08:00
|
|
|
invoke_cont.1: ; preds = %then.0
|
|
|
|
ret void
|
2005-02-18 03:27:44 +08:00
|
|
|
|
2008-03-01 17:15:35 +08:00
|
|
|
else.0: ; preds = %tmp.3.i.noexc
|
|
|
|
ret void
|
2005-02-18 03:27:44 +08:00
|
|
|
|
2008-03-01 17:15:35 +08:00
|
|
|
terminate: ; preds = %invoke_catch.1, %invoke_catch.0
|
|
|
|
%dbg.0.1 = phi { }* [ null, %invoke_catch.1 ], [ null, %invoke_catch.0 ] ; <{ }*> [#uses=0]
|
2015-06-18 04:52:32 +08:00
|
|
|
%exn = landingpad {i8*, i32}
|
2011-09-01 05:50:07 +08:00
|
|
|
cleanup
|
2008-03-01 17:15:35 +08:00
|
|
|
unreachable
|
2005-02-18 03:27:44 +08:00
|
|
|
}
|
2008-03-01 17:15:35 +08:00
|
|
|
|
2011-09-01 05:50:07 +08:00
|
|
|
declare i32 @__gxx_personality_v0(...)
|