mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-22 20:26:31 +00:00
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:
parent
53bd704b99
commit
722bdf6633
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user