aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.