OSDN Git Service

Switch a bunch of Linker tests from using elaborate echo productions to
[android-x86/external-llvm.git] / test / Linker / Inputs / PR8300.b.ll
1 %foo = type { [8 x i8] }
2 %bar = type { [9 x i8] }
3
4 @zed = alias bitcast (void (%bar*)* @xyz to void (%foo*)*)
5
6 define void @xyz(%bar* %this) {
7 entry:
8   ret void
9 }