diff options
Diffstat (limited to 'clang/test/CodeGen/mbackchain-3.c')
-rw-r--r-- | clang/test/CodeGen/mbackchain-3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/mbackchain-3.c b/clang/test/CodeGen/mbackchain-3.c index b115861f5e0..5ff0e167610 100644 --- a/clang/test/CodeGen/mbackchain-3.c +++ b/clang/test/CodeGen/mbackchain-3.c @@ -1,6 +1,6 @@ // RUN: %clang -mno-backchain --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) { } |