CodeGen peephole: fold redundant phys reg copies
[oota-llvm.git] / test / CodeGen / X86 / alloca-align-rounding-32.ll
index a45284e10cf49fc9d89247f29b4254cc2ae65110..2b5a205086e90605bde904f2036a6d455e1ae4b9 100644 (file)
@@ -16,5 +16,5 @@ define void @foo2(i32 %h) {
   ret void
 ; CHECK: foo2
 ; CHECK: andl $-32, %esp
-; CHECK: andl $-32, %eax
+; CHECK: andl $-32, %e{{..}}
 }