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 d9531f7da89..e8d9b00d3eb 100644 --- a/llvm/test/Bitcode/thinlto-function-summary.ll +++ b/llvm/test/Bitcode/thinlto-function-summary.ll @@ -3,11 +3,11 @@ ; Check the value ids in the function summary entries against the ; same in the ValueSumbolTable, to ensure the ordering is stable. -; Also check the islocal flag on the summary entries. +; Also check the linkage field on the summary entries. ; BC: <FUNCTION_SUMMARY_BLOCK ; BC-NEXT: <PERMODULE_ENTRY {{.*}} op0=1 op1=0 ; BC-NEXT: <PERMODULE_ENTRY {{.*}} op0=2 op1=0 -; BC-NEXT: <PERMODULE_ENTRY {{.*}} op0=4 op1=1 +; BC-NEXT: <PERMODULE_ENTRY {{.*}} op0=4 op1=3 ; BC-NEXT: </FUNCTION_SUMMARY_BLOCK ; BC-NEXT: <VALUE_SYMTAB ; BC-NEXT: <FNENTRY {{.*}} op0=1 {{.*}}> record string = 'foo' |