From 45b533945f0851ec234ca846e1af5ee1e4df0b6e Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Wed, 30 Dec 2015 11:49:41 +0000 Subject: Vendor import of clang trunk r256633: https://llvm.org/svn/llvm-project/cfe/trunk@256633 --- test/CodeGen/hidden-alias-to-internal-function.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/hidden-alias-to-internal-function.c') diff --git a/test/CodeGen/hidden-alias-to-internal-function.c b/test/CodeGen/hidden-alias-to-internal-function.c index e93922825ce3..93f17e53dcde 100644 --- a/test/CodeGen/hidden-alias-to-internal-function.c +++ b/test/CodeGen/hidden-alias-to-internal-function.c @@ -4,5 +4,5 @@ static void foo(void) {} void bar(void) __attribute__((alias("foo"))) __attribute__((visibility("hidden"))); -// CHECK: @bar = hidden alias void ()* @foo +// CHECK: @bar = hidden alias void (), void ()* @foo // CHECK: define internal void @foo() -- cgit v1.3