diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-11-27 19:56:00 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-11-27 19:56:00 +0000 |
| commit | d141f885a18077a0bb20d3a3da2f6c9e7893305d (patch) | |
| tree | 9ad57d08c3529ba88c69df035f0bcbf914fdf461 /llvm | |
| parent | 2f0354ecf0512a62cf0bd5161d951f39538b6e32 (diff) | |
| download | bcm5719-llvm-d141f885a18077a0bb20d3a3da2f6c9e7893305d.tar.gz bcm5719-llvm-d141f885a18077a0bb20d3a3da2f6c9e7893305d.zip | |
I accidentally implemented this :)
llvm-svn: 90014
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/Transforms/GVN/rle-must-alias.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/Transforms/GVN/rle-must-alias.ll b/llvm/test/Transforms/GVN/rle-must-alias.ll index 79cc3636b11..d61eb81b069 100644 --- a/llvm/test/Transforms/GVN/rle-must-alias.ll +++ b/llvm/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. |

