blob: dd606f09c82dd881fe3563cee8f531837876f9a1 [file] [log] [blame]
Reid Spencerc6b896b2007-08-01 23:07:36 +00001; RUN: llvm-upgrade < %s | not llvm-as &| grep {not verify as correct}
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002; PR1042
3
4int %foo() {
Reid Spencerc6b896b2007-08-01 23:07:36 +00005 %A = invoke int %foo( )
6 to label %L unwind label %L ; <int> [#uses=1]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00007
Reid Spencerc6b896b2007-08-01 23:07:36 +00008L: ; preds = %0, %0
9 ret int %A
Dan Gohmanf17a25c2007-07-18 16:29:46 +000010}