not fully implemented yet.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36530 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2007-04-28 06:02:13 +00:00
parent 4c27344bfd
commit 83f241ec61

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