summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode/thinlto-alias.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-alias.ll
parent250015bacf7f255abcfb646fb8b6b56ce8be7e01 (diff)
downloadbcm5719-llvm-5cacb914758c7f436b47c8362100f10cef14bbc4.tar.gz
bcm5719-llvm-5cacb914758c7f436b47c8362100f10cef14bbc4.zip
[ThinLTO] Optimize writeonly globals out
Differential revision: https://reviews.llvm.org/D63444 llvm-svn: 365040
Diffstat (limited to 'llvm/test/Bitcode/thinlto-alias.ll')
-rw-r--r--llvm/test/Bitcode/thinlto-alias.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Bitcode/thinlto-alias.ll b/llvm/test/Bitcode/thinlto-alias.ll
index ac82664f834..a1412f5269e 100644
--- a/llvm/test/Bitcode/thinlto-alias.ll
+++ b/llvm/test/Bitcode/thinlto-alias.ll
@@ -21,7 +21,7 @@
; CHECK-NEXT: <FLAGS
; See if the call to func is registered.
; The value id 1 matches the second FUNCTION record above.
-; CHECK-NEXT: <PERMODULE {{.*}} op6=1/>
+; CHECK-NEXT: <PERMODULE {{.*}} op7=1/>
; CHECK-NEXT: </GLOBALVAL_SUMMARY_BLOCK>
; CHECK: <STRTAB_BLOCK
@@ -34,7 +34,7 @@
; COMBINED-NEXT: <VALUE_GUID op0=[[ALIASID:[0-9]+]] op1=-5751648690987223394/>
; COMBINED-NEXT: <VALUE_GUID
; COMBINED-NEXT: <VALUE_GUID op0=[[ALIASEEID:[0-9]+]] op1=-1039159065113703048/>
-; COMBINED-NEXT: <COMBINED {{.*}} op8=[[ALIASID]]/>
+; COMBINED-NEXT: <COMBINED {{.*}} op9=[[ALIASID]]/>
; COMBINED-NEXT: <COMBINED {{.*}}
; COMBINED-NEXT: <COMBINED_ALIAS {{.*}} op3=[[ALIASEEID]]
; COMBINED-NEXT: </GLOBALVAL_SUMMARY_BLOCK
OpenPOWER on IntegriCloud