From db4cafa6c40a4ea99643642dd5f2532bc0745eea Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Thu, 6 Apr 2017 19:39:24 +0000 Subject: Bitcode: Do not create FNENTRYs for aliases of functions. There doesn't seem to be any point in doing this. Differential Revision: https://reviews.llvm.org/D31691 llvm-svn: 299694 --- llvm/test/Bitcode/thinlto-function-summary.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/Bitcode/thinlto-function-summary.ll') diff --git a/llvm/test/Bitcode/thinlto-function-summary.ll b/llvm/test/Bitcode/thinlto-function-summary.ll index 594aaab566d1..ff61b7713f0f 100644 --- a/llvm/test/Bitcode/thinlto-function-summary.ll +++ b/llvm/test/Bitcode/thinlto-function-summary.ll @@ -17,7 +17,7 @@ ; BC-NEXT: record string = 'variadic' ; BC-NEXT: record string = 'foo' ; BC-NEXT: record string = 'bar' -; BC-NEXT: record string = 'f' +; BC-NEXT: record string = 'f' ; BC-NEXT: record string = 'anon. -- cgit v1.2.3