summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/attr-func-def.c
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2016-06-14 21:02:05 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2016-06-14 21:02:05 +0000
commitbcf909d737a4e52d8f17bdbaaaec21f7074e26b4 (patch)
tree3e781c52c40f431c4d7fede3f6f8fafabc801368 /clang/test/CodeGen/attr-func-def.c
parent96efdd6107a06e762e2cd25eb41b053f946ac87a (diff)
downloadbcm5719-llvm-bcf909d737a4e52d8f17bdbaaaec21f7074e26b4.tar.gz
bcm5719-llvm-bcf909d737a4e52d8f17bdbaaaec21f7074e26b4.zip
Update clang for D20348
Differential Revision: http://reviews.llvm.org/D20339 llvm-svn: 272710
Diffstat (limited to 'clang/test/CodeGen/attr-func-def.c')
-rw-r--r--clang/test/CodeGen/attr-func-def.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/attr-func-def.c b/clang/test/CodeGen/attr-func-def.c
index ceafa1220f1..a295488baa0 100644
--- a/clang/test/CodeGen/attr-func-def.c
+++ b/clang/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);
OpenPOWER on IntegriCloud