diff options
Diffstat (limited to 'llvm/test/Bitcode/thinlto-summary-section.ll')
-rw-r--r-- | llvm/test/Bitcode/thinlto-summary-section.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Bitcode/thinlto-summary-section.ll b/llvm/test/Bitcode/thinlto-summary-section.ll index 82b6a109118..d120622db81 100644 --- a/llvm/test/Bitcode/thinlto-summary-section.ll +++ b/llvm/test/Bitcode/thinlto-summary-section.ll @@ -5,7 +5,7 @@ ; RUN: llvm-bcanalyzer -dump %t2.thinlto.bc | FileCheck %s --check-prefix=COMBINED ; CHECK: <PERMODULE {{.*}} op1=16 -; COMBINED-DAG: <COMBINED {{.*}} op1=16 +; COMBINED-DAG: <COMBINED {{.*}} op2=16 define void @functionWithSection() section "some_section" { ret void } |