summaryrefslogtreecommitdiff
path: root/llvm/test/Bitcode/thinlto-function-summary-callgraph.ll
diff options
context:
space:
mode:
authorEugene Leviant <eleviant@accesssoftek.com>2019-07-03 14:14:52 +0000
committerEugene Leviant <eleviant@accesssoftek.com>2019-07-03 14:14:52 +0000
commit5cacb914758c7f436b47c8362100f10cef14bbc4 (patch)
tree7943a7bea3ec5bce87302e137c8ce0b4b643e2ac /llvm/test/Bitcode/thinlto-function-summary-callgraph.ll
parent250015bacf7f255abcfb646fb8b6b56ce8be7e01 (diff)
[ThinLTO] Optimize writeonly globals out
Differential revision: https://reviews.llvm.org/D63444 llvm-svn: 365040
Diffstat (limited to 'llvm/test/Bitcode/thinlto-function-summary-callgraph.ll')
-rw-r--r--llvm/test/Bitcode/thinlto-function-summary-callgraph.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Bitcode/thinlto-function-summary-callgraph.ll b/llvm/test/Bitcode/thinlto-function-summary-callgraph.ll
index 0969b849bc01..765efcf7b822 100644
--- a/llvm/test/Bitcode/thinlto-function-summary-callgraph.ll
+++ b/llvm/test/Bitcode/thinlto-function-summary-callgraph.ll
@@ -34,7 +34,7 @@
; COMBINED-NEXT: <VALUE_GUID
; COMBINED-NEXT: <COMBINED
; See if the call to func is registered.
-; COMBINED-NEXT: <COMBINED {{.*}} op8=[[FUNCID]]/>
+; COMBINED-NEXT: <COMBINED {{.*}} op9=[[FUNCID]]/>
; COMBINED-NEXT: </GLOBALVAL_SUMMARY_BLOCK>
; ModuleID = 'thinlto-function-summary-callgraph.ll'