diff options
Diffstat (limited to 'clang/test/CodeGen/mbackchain-2.c')
-rw-r--r-- | clang/test/CodeGen/mbackchain-2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/mbackchain-2.c b/clang/test/CodeGen/mbackchain-2.c index e76afaf7687..bea46d24826 100644 --- a/clang/test/CodeGen/mbackchain-2.c +++ b/clang/test/CodeGen/mbackchain-2.c @@ -1,6 +1,6 @@ // RUN: %clang -mbackchain --target=s390x-linux -S -emit-llvm -o - %s | FileCheck %s -// CHECK: define void @foo() [[NUW:#[0-9]+]] +// CHECK: define dso_local void @foo() [[NUW:#[0-9]+]] void foo(void) { } |