1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

not fully implemented yet.

llvm-svn: 36530
This commit is contained in:
Chris Lattner 2007-04-28 06:02:13 +00:00
parent 5bc24967c1
commit 06a1069fc1

View File

@ -2,6 +2,8 @@
; 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