diff options
Diffstat (limited to 'llvm/test/Bitcode/thinlto-function-summary.ll')
| -rw-r--r-- | llvm/test/Bitcode/thinlto-function-summary.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Bitcode/thinlto-function-summary.ll b/llvm/test/Bitcode/thinlto-function-summary.ll index 68636ed192a1..e51cf1049108 100644 --- a/llvm/test/Bitcode/thinlto-function-summary.ll +++ b/llvm/test/Bitcode/thinlto-function-summary.ll @@ -60,8 +60,8 @@ entry: ; entries are committed. ; Check an anonymous function as well, since in that case only the alias ; ends up in the value symbol table and having a summary. -@f = alias void (), void ()* @0 ; <void ()*> [#uses=0] -@h = external global void ()* ; <void ()*> [#uses=0] +@f = alias void (), void ()* @0 ; <ptr> [#uses=0] +@h = external global void ()* ; <ptr> [#uses=0] define internal void @0() nounwind { entry: |
