summaryrefslogtreecommitdiff
path: root/test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-16 02:57:47 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-16 02:57:47 +0000
commit722bdf663356593663e7bef95948397905622914 (patch)
treed87d1a93e3071de634a7d79b667d965fa2ca3e10 /test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll
parent53bd704b999255649c6c3cb4f08e8a57ac2b309a (diff)
downloadllvm-722bdf663356593663e7bef95948397905622914.tar.gz
llvm-722bdf663356593663e7bef95948397905622914.tar.bz2
llvm-722bdf663356593663e7bef95948397905622914.tar.xz
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
Diffstat (limited to 'test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll')
-rw-r--r--test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll b/test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll
index 7a22025984..e0af3c2c48 100644
--- a/test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll
+++ b/test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll
@@ -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