2009-09-08 18:50:01 +02:00
|
|
|
; RUN: opt %s -lowerinvoke -enable-correct-eh-support -disable-output
|
2004-02-29 23:15:51 +01:00
|
|
|
|
2008-03-19 08:28:33 +01:00
|
|
|
define void @_ZNKSt11__use_cacheISt16__numpunct_cacheIcEEclERKSt6locale() {
|
2004-02-29 23:15:51 +01:00
|
|
|
entry:
|
2008-03-19 08:28:33 +01:00
|
|
|
br i1 false, label %then, label %UnifiedReturnBlock
|
2004-02-29 23:15:51 +01:00
|
|
|
then: ; preds = %entry
|
2008-03-19 08:28:33 +01:00
|
|
|
invoke void @_Znwj( )
|
2004-02-29 23:15:51 +01:00
|
|
|
to label %UnifiedReturnBlock unwind label %UnifiedReturnBlock
|
2008-03-19 08:28:33 +01:00
|
|
|
UnifiedReturnBlock: ; preds = %then, %then, %entry
|
|
|
|
%UnifiedRetVal = phi i32* [ null, %entry ], [ null, %then ], [ null, %then ] ; <i32*> [#uses=0]
|
2004-02-29 23:15:51 +01:00
|
|
|
ret void
|
|
|
|
}
|
|
|
|
|
2008-03-19 08:28:33 +01:00
|
|
|
declare void @_Znwj()
|
|
|
|
|