Fix PR6673: updating the callback should not clear the map.
[oota-llvm.git] / test / CodeGen / Thumb / pop.ll
index c5e86ad45bc31291aff3e1e4b680e0138b4336b4..0e1b2e57440dd29a8e36bd4054b1242f90dcc944 100644 (file)
@@ -4,7 +4,7 @@
 define arm_apcscc void @t(i8* %a, ...) nounwind {
 ; CHECK:      t:
 ; CHECK:      pop {r3}
-; CHECK-NEXT: add sp, #3 * 4
+; CHECK-NEXT: add sp, #12
 ; CHECK-NEXT: bx r3
 entry:
   %a.addr = alloca i8*