Fix a bunch of trivial cases of 'CHECK[^:]*$' in the tests. NFCI
[oota-llvm.git] / test / CodeGen / ARM / fold-stack-adjust.ll
index 991742135623ff0efe7acb2a8e030bd854304d34..614966d402478d8b4fbf28192a0f1532cb5247e4 100644 (file)
@@ -62,7 +62,7 @@ define void @check_vfp_fold() minsize {
 ; ...
 ; CHECK-NOT: add sp,
 ; CHECK: vpop {d6, d7, d8, d9}
-; CHECKL pop {r[[GLOBREG]], pc}
+; CHECK: pop {r[[GLOBREG]], pc}
 
   ; iOS uses aligned NEON stores here, which is convenient since we
   ; want to make sure that works too.