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.
|
$a1 = comdat any
|
|
@baz = private global i32 42, comdat($a1)
|
|
@a1 = internal alias i32, i32* @baz
|
|
define i32* @abc() {
|
|
ret i32* @a1
|
|
}
|