aboutsummaryrefslogtreecommitdiff
path: root/test/Feature/aliases.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/aliases.ll')
-rw-r--r--test/Feature/aliases.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Feature/aliases.ll b/test/Feature/aliases.ll
index c099cc9080..fc5e7685ca 100644
--- a/test/Feature/aliases.ll
+++ b/test/Feature/aliases.ll
@@ -2,8 +2,6 @@
; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
; RUN: diff %t1.ll %t2.ll
-; XFAIL: *
-
@bar = external global i32
@foo1 = alias i32* @bar
@foo2 = alias i32* @bar
@@ -15,6 +13,8 @@ declare i32 @foo_f()
@bar_i = alias internal i32* @bar
+@A = alias bitcast (i32* @bar to i64*)
+
define i32 @test() {
entry:
%tmp = load i32* @foo1