diff options
Diffstat (limited to 'clang/test/CodeGen/fixup-depth-overflow.c')
-rw-r--r-- | clang/test/CodeGen/fixup-depth-overflow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/fixup-depth-overflow.c b/clang/test/CodeGen/fixup-depth-overflow.c index af452d05b64..1ae2a41b1c2 100644 --- a/clang/test/CodeGen/fixup-depth-overflow.c +++ b/clang/test/CodeGen/fixup-depth-overflow.c @@ -22,5 +22,5 @@ L1: return; } -// CHECK-LABEL: define void @f +// CHECK-LABEL: define {{(dso_local )?}}void @f // CHECK-NOT: cleanup |