Index: llvm/test/Bitcode/thinlto-function-summary-originalnames.ll =================================================================== --- llvm/test/Bitcode/thinlto-function-summary-originalnames.ll +++ llvm/test/Bitcode/thinlto-function-summary-originalnames.ll @@ -1,7 +1,7 @@ ; Test to check the callgraph in summary ; RUN: opt -module-summary %s -o %t.o ; RUN: llvm-lto -thinlto-action=thinlink -o %t.index.bc %t.o -; RUN: llvm-bcanalyzer -dump %t.index.bc | FileCheck -allow-deprecated-dag-overlap %s --check-prefix=COMBINED +; RUN: llvm-bcanalyzer -dump %t.index.bc | FileCheck %s --check-prefix=COMBINED ; COMBINED: ; COMBINED-NEXT: ; COMBINED-NEXT: -; COMBINED-DAG: ; COMBINED-DAG: Index: llvm/test/Bitcode/thinlto-summary-local-5.0.ll =================================================================== --- llvm/test/Bitcode/thinlto-summary-local-5.0.ll +++ llvm/test/Bitcode/thinlto-summary-local-5.0.ll @@ -2,8 +2,8 @@ ; Checks that older bitcode summaries without the dso_local op are still ; properly parsed and don't set GlobalValues as dso_local. -; RUN: llvm-dis < %s.bc | FileCheck -allow-deprecated-dag-overlap %s -; RUN: llvm-bcanalyzer -dump %s.bc | FileCheck -allow-deprecated-dag-overlap %s --check-prefix=BCAN +; RUN: llvm-dis < %s.bc | FileCheck %s +; RUN: llvm-bcanalyzer -dump %s.bc | FileCheck %s --check-prefix=BCAN define void @foo() { ;CHECK-DAG:define void @foo() @@ -14,7 +14,7 @@ ;CHECK-DAG: @bar = global i32 0 @baz = alias i32, i32* @bar -;CHECK-DAG: @bar = global i32 0 +;CHECK-DAG: @baz = alias i32, i32* @bar ;BCAN: Index: llvm/test/Bitcode/upgrade-pointer-address-space.ll =================================================================== --- llvm/test/Bitcode/upgrade-pointer-address-space.ll +++ llvm/test/Bitcode/upgrade-pointer-address-space.ll @@ -1,5 +1,3 @@ -; RUN: llvm-dis -o - %s.bc | FileCheck -allow-deprecated-dag-overlap %s +; RUN: llvm-dis -o - %s.bc | FileCheck %s -; CHECK-DAG: !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !{{[0-9]+}}, size: {{[0-9]+}}) -; CHECK-DAG: !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !{{[0-9]+}}, size: {{[0-9]+}}) -; CHECK-DAG: !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !{{[0-9]+}}, size: {{[0-9]+}}) +; CHECK: !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !{{[0-9]+}}, size: {{[0-9]+}})