summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker/Inputs/alias.ll
blob: d4a734f5825112761320e18cac6e1f94dc1db9b8 (plain)
1
2
3
@zed = global i32 42
@foo = alias i32, i32* @zed
@foo2 = alias i16, bitcast (i32* @zed to i16*)
OpenPOWER on IntegriCloud