For PR1336:

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

llvm-svn: 36104
This commit is contained in:
Reid Spencer 2007-04-16 02:57:47 +00:00
parent 3da4004c34
commit caaf8a1597
1 changed files with 0 additions and 1 deletions

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