summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker/Inputs/PR8300.b.ll
blob: ce17f5f0dbe1566b5b0c13f359f77e68501b0d5f (plain)
1
2
3
4
5
6
7
8
9
%foo = type { [8 x i8] }
%bar = type { [9 x i8] }

@zed = alias void (%foo*), bitcast (void (%bar*)* @xyz to void (%foo*)*)

define void @xyz(%bar* %this) {
entry:
  ret void
}
OpenPOWER on IntegriCloud