1 ; RUN: opt -strip -S < %s | FileCheck %s
4 @main_addrs = constant [2 x i8*] [i8* blockaddress(@f, %FOO), i8* blockaddress(@f, %BAR)]
5 ; CHECK: @main_addrs = constant [2 x i8*] [i8* blockaddress(@f, %2), i8* blockaddress(@f, %3)]
7 declare void @foo() nounwind
8 declare void @bar() nounwind
10 define void @f(i8* %indirect.goto.dest) nounwind uwtable ssp {
12 indirectbr i8* %indirect.goto.dest, [label %FOO, label %BAR]
14 ; CHECK: indirectbr i8* %0, [label %2, label %3]