I accidentally implemented this :)
authorChris Lattner <sabre@nondot.org>
Fri, 27 Nov 2009 19:56:00 +0000 (19:56 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 27 Nov 2009 19:56:00 +0000 (19:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90014 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/GVN/rle-must-alias.ll

index 79cc3636b11cdc65603f12d51d024cf1fb18ee18..d61eb81b06914d1d390e6d18d1a18207d307a863 100644 (file)
@@ -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.