aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/GVN/rle-must-alias.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-11-27 19:56:00 +0000
committerChris Lattner <sabre@nondot.org>2009-11-27 19:56:00 +0000
commit253be4ddb21915303c45fd0d49bfee0e1ff6375d (patch)
treef3146ad5214a0444bddc2aaab0f96abfc87a1ed2 /test/Transforms/GVN/rle-must-alias.ll
parent11c6bab704a0f82f59dcb2f409f7d6ac3b1821f1 (diff)
downloadexternal_llvm-253be4ddb21915303c45fd0d49bfee0e1ff6375d.zip
external_llvm-253be4ddb21915303c45fd0d49bfee0e1ff6375d.tar.gz
external_llvm-253be4ddb21915303c45fd0d49bfee0e1ff6375d.tar.bz2
I accidentally implemented this :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90014 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/GVN/rle-must-alias.ll')
-rw-r--r--test/Transforms/GVN/rle-must-alias.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Transforms/GVN/rle-must-alias.ll b/test/Transforms/GVN/rle-must-alias.ll
index 79cc363..d61eb81 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.