diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2017-04-06 19:39:24 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2017-04-06 19:39:24 +0000 |
commit | db4cafa6c40a4ea99643642dd5f2532bc0745eea (patch) | |
tree | e27b7fd0e231e6e67ffa90f29df878eeaf48b80c /llvm/test/Bitcode/thinlto-function-summary.ll | |
parent | 8024cac19a0f02644530372528d7df39386823e1 (diff) | |
download | bcm5719-llvm-db4cafa6c40a4ea99643642dd5f2532bc0745eea.tar.gz bcm5719-llvm-db4cafa6c40a4ea99643642dd5f2532bc0745eea.zip |
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
Diffstat (limited to 'llvm/test/Bitcode/thinlto-function-summary.ll')
-rw-r--r-- | llvm/test/Bitcode/thinlto-function-summary.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Bitcode/thinlto-function-summary.ll b/llvm/test/Bitcode/thinlto-function-summary.ll index 594aaab566d..ff61b7713f0 100644 --- a/llvm/test/Bitcode/thinlto-function-summary.ll +++ b/llvm/test/Bitcode/thinlto-function-summary.ll @@ -17,7 +17,7 @@ ; BC-NEXT: <FNENTRY {{.*}} op0=4 {{.*}}> record string = 'variadic' ; BC-NEXT: <FNENTRY {{.*}} op0=1 {{.*}}> record string = 'foo' ; BC-NEXT: <FNENTRY {{.*}} op0=2 {{.*}}> record string = 'bar' -; BC-NEXT: <FNENTRY {{.*}} op0=5 {{.*}}> record string = 'f' +; BC-NEXT: <ENTRY {{.*}} op0=5 {{.*}}> record string = 'f' ; BC-NEXT: <ENTRY {{.*}} record string = 'h' ; BC-NEXT: <FNENTRY {{.*}} op0=3 {{.*}}> record string = 'anon. |