Skip to content

Commit

Permalink
Fix testcase.
Browse files Browse the repository at this point in the history
  • Loading branch information
isanbard committed Sep 24, 2020
1 parent 7f4c940 commit f97b68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/Modules/asm-goto.c
Expand Up @@ -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]

Expand Down

0 comments on commit f97b68e

Please sign in to comment.