For PR1336:

Un-XFAIL this since it now passes with fix to llvm-upgrade.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36104 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2007-04-16 02:57:47 +00:00
parent 53bd704b99
commit 722bdf6633

View File

@ -2,7 +2,6 @@
; a global that is dead. Make sure any globals they refer to die as well.
; RUN: llvm-upgrade < %s | llvm-as | opt -globaldce | llvm-dis | not grep foo
; XFAIL: *
%b = internal global int ()* %foo ;; Unused, kills %foo