diff test/CodeGen/Thumb2/2010-03-15-AsmCCClobber.ll @ 147:c2174574ed3a

LLVM 10
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 14 Aug 2019 16:55:33 +0900
parents 1172e4bd9c6f
children
line wrap: on
line diff
--- a/test/CodeGen/Thumb2/2010-03-15-AsmCCClobber.ll	Sat Feb 17 09:57:20 2018 +0900
+++ b/test/CodeGen/Thumb2/2010-03-15-AsmCCClobber.ll	Wed Aug 14 16:55:33 2019 +0900
@@ -15,7 +15,7 @@
 
 ; Make sure the cmp is not scheduled before the InlineAsm that clobbers cc.
 ; CHECK: bl _f2
-; CHECK: cmp r0, #0
+; CHECK: cmp {{r[0-9]+}}, #0
 ; CHECK-NOT: cmp
 ; CHECK: InlineAsm Start
 define void @test(%s1* %this, i32 %format, i32 %w, i32 %h, i32 %levels, i32* %s, i8* %data, i32* nocapture %rowbytes, void (i8*, i8*)* %release, i8* %info) nounwind {