You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
%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
|
|
}
|