Be more aggressive about following hints.
[oota-llvm.git] / test / CodeGen / X86 / 2009-12-01-EarlyClobberBug.ll
index 1e7a418d1d67fb5e58b042d022612fc9d06d685a..07003234a9930ef6bc2e6889e02666de9c0a5057 100644 (file)
@@ -22,8 +22,11 @@ return:                                           ; preds = %entry
 define void @t2() nounwind ssp {
 entry:
 ; CHECK: t2:
-; CHECK: movl %eax, %ecx
-; CHECK: %ecx = foo (%ecx, %eax)
+; CHECK: movl
+; CHECK: [[D2:%e.x]] = foo
+; CHECK: ([[D2]],
+; CHECK-NOT: [[D2]]
+; CHECK: )
   %b = alloca i32                                 ; <i32*> [#uses=2]
   %a = alloca i32                                 ; <i32*> [#uses=1]
   %"alloca point" = bitcast i32 0 to i32          ; <i32> [#uses=0]