Fix testcase.

This commit is contained in:
Bill Wendling 2020-09-24 14:34:08 -07:00
parent 7f4c940bd0
commit f97b68ef4d
1 changed files with 1 additions and 1 deletions

View File

@ -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]