1 ; RUN: llc -mtriple=x86_64-apple-darwin10 -O0 < %s | FileCheck %s
3 ; test that we print a label that we use. We had a bug where
4 ; we would print the jump, but not the label because it was considered
10 define void @foobar() personality i32 (...)* @__gxx_personality_v0 {
13 to label %invoke.cont unwind label %lpad
15 invoke.cont: ; preds = %entry
18 lpad: ; preds = %entry
19 %exn = landingpad {i8*, i32}
24 declare void @_zed() ssp align 2
26 declare i32 @__gxx_personality_v0(...)