aboutsummaryrefslogtreecommitdiffstats
path: root/test/Linker/Inputs/alias.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/Inputs/alias.ll')
-rw-r--r--test/Linker/Inputs/alias.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/Inputs/alias.ll b/test/Linker/Inputs/alias.ll
index b869cae..f379476 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 i16, i32* @zed
+@foo2 = alias bitcast (i32* @zed to i16*)