[x86] Fix disassembly of callw instruction
[oota-llvm.git] / test / Transforms / GVN / rle-must-alias.ll
index d61eb81b06914d1d390e6d18d1a18207d307a863..e7dc9c423fcbe9911333e25828a1c0a5c251916e 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -gvn -S | grep {DEAD = phi i32 }
+; RUN: opt < %s -basicaa -gvn -S | grep "DEAD = phi i32 "
 
 ; GVN should eliminate the fully redundant %9 GEP which 
 ; allows DEAD to be removed.  This is PR3198.