diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:44:14 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:44:14 +0000 |
commit | 2b6b257f4e5503a7a2675bdb8735693db769f75c (patch) | |
tree | e85e046ae7003fe3bcc8b5454cd0fa3f7407b470 /test/CodeGen/attr-func-def.c | |
parent | b4348ed0b7e90c0831b925fbee00b5f179a99796 (diff) |
Notes
Diffstat (limited to 'test/CodeGen/attr-func-def.c')
-rw-r--r-- | test/CodeGen/attr-func-def.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/attr-func-def.c b/test/CodeGen/attr-func-def.c index ceafa1220f1f..a295488baa0d 100644 --- a/test/CodeGen/attr-func-def.c +++ b/test/CodeGen/attr-func-def.c @@ -1,7 +1,7 @@ // RUN: %clang_cc1 -triple x86_64-apple-macosx10.10.0 -emit-llvm -Oz -o - %s | FileCheck %s -// CHECK: define i32 @foo2(i32 %a) [[ATTRS2:#[0-9]+]] { -// CHECK: define i32 @foo1(i32 %a) [[ATTRS1:#[0-9]+]] { +// CHECK: define i32 @foo2(i32 %a) local_unnamed_addr [[ATTRS2:#[0-9]+]] { +// CHECK: define i32 @foo1(i32 %a) local_unnamed_addr [[ATTRS1:#[0-9]+]] { int foo1(int); |