diff --git a/clang/test/Modules/asm-goto.c b/clang/test/Modules/asm-goto.c index fc6e45dd98fdfe..f1a6f4217cf92e 100644 --- a/clang/test/Modules/asm-goto.c +++ b/clang/test/Modules/asm-goto.c @@ -3,7 +3,7 @@ // RUN: %clang_cc1 -fmodules -fno-implicit-modules -x c -I%S/Inputs/asm-goto -emit-llvm -o - %s -fmodule-file=%t/a.pcm | FileCheck %s #include "a.h" -// CHECK-LABEL: define i32 @foo( +// CHECK-LABEL: define {{.*}} @foo( // CHECK: callbr {{.*}} "=r,X,{{.*}}"(i8* blockaddress(@foo, %indirect)) // CHECK-NEXT: to label %asm.fallthrough [label %indirect]