diff options
Diffstat (limited to 'llvm/test/Bitcode/thinlto-function-summary.ll')
| -rw-r--r-- | llvm/test/Bitcode/thinlto-function-summary.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/Bitcode/thinlto-function-summary.ll b/llvm/test/Bitcode/thinlto-function-summary.ll index 799759ebcac1..13c6611843d6 100644 --- a/llvm/test/Bitcode/thinlto-function-summary.ll +++ b/llvm/test/Bitcode/thinlto-function-summary.ll @@ -13,9 +13,9 @@ ; "variadic" ; BC-NEXT: <FUNCTION op0=46 op1=8 ; "llvm.va_start" -; BC-NEXT: <FUNCTION op0=54 op1=13 +; BC-NEXT: <FUNCTION op0=54 op1=16 ; "f" -; BC-NEXT: <ALIAS op0=67 op1=1 +; BC-NEXT: <ALIAS op0=70 op1=1 ; BC: <GLOBALVAL_SUMMARY_BLOCK ; BC-NEXT: <VERSION ; BC-NEXT: <FLAGS @@ -26,7 +26,7 @@ ; BC-NEXT: <ALIAS {{.*}} op0=6 op1=0 op2=3 ; BC-NEXT: </GLOBALVAL_SUMMARY_BLOCK ; BC: <STRTAB_BLOCK -; BC-NEXT: blob data = 'hfoobaranon.{{................................}}.0variadicllvm.va_startf{{.*}}' +; BC-NEXT: blob data = 'hfoobaranon.{{................................}}.0variadicllvm.va_start.p{{[0-9]+}}f{{.*}}' ; RUN: opt -passes=name-anon-globals -module-summary < %s | llvm-dis | FileCheck %s |
