From: Chris Lattner Date: Fri, 27 Nov 2009 19:56:00 +0000 (+0000) Subject: I accidentally implemented this :) X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=253be4ddb21915303c45fd0d49bfee0e1ff6375d;p=oota-llvm.git I accidentally implemented this :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90014 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/GVN/rle-must-alias.ll b/test/Transforms/GVN/rle-must-alias.ll index 79cc3636b11..d61eb81b069 100644 --- a/test/Transforms/GVN/rle-must-alias.ll +++ b/test/Transforms/GVN/rle-must-alias.ll @@ -1,7 +1,6 @@ ; RUN: opt < %s -gvn -S | grep {DEAD = phi i32 } -; XFAIL: * -; FIXME: GVN should eliminate the fully redundant %9 GEP which +; GVN should eliminate the fully redundant %9 GEP which ; allows DEAD to be removed. This is PR3198. ; The %7 and %4 loads combine to make %DEAD unneeded.