diff --git a/clang/test/Modules/asm-goto.c b/clang/test/Modules/asm-goto.c index f1a6f4217cf92..feef193b27504 100644 --- a/clang/test/Modules/asm-goto.c +++ b/clang/test/Modules/asm-goto.c @@ -4,7 +4,7 @@ #include "a.h" // CHECK-LABEL: define {{.*}} @foo( -// CHECK: callbr {{.*}} "=r,X,{{.*}}"(i8* blockaddress(@foo, %indirect)) +// CHECK: callbr {{.*}} "=r,X{{.*}} blockaddress(@foo, %indirect)) // CHECK-NEXT: to label %asm.fallthrough [label %indirect] int bar(void) {