diff options
Diffstat (limited to 'test/Linker/Inputs/alias.ll')
| -rw-r--r-- | test/Linker/Inputs/alias.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Linker/Inputs/alias.ll b/test/Linker/Inputs/alias.ll index f379476e76540..d4a734f582511 100644 --- a/test/Linker/Inputs/alias.ll +++ b/test/Linker/Inputs/alias.ll @@ -1,3 +1,3 @@ @zed = global i32 42 -@foo = alias i32* @zed -@foo2 = alias bitcast (i32* @zed to i16*) +@foo = alias i32, i32* @zed +@foo2 = alias i16, bitcast (i32* @zed to i16*) |
