[x86] Fix disassembly of callw instruction
[oota-llvm.git] / test / Transforms / GVN / rle-must-alias.ll
index 80919679baba7f2011c85520fc78f80be9d020cc..e7dc9c423fcbe9911333e25828a1c0a5c251916e 100644 (file)
@@ -1,7 +1,6 @@
-; RUN: opt %s -gvn | llvm-dis | grep {DEAD = phi i32 }
-; XFAIL: *
+; RUN: opt < %s -basicaa -gvn -S | grep "DEAD = phi i32 "
 
-; 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.