diff options
Diffstat (limited to 'llvm/test/Bitcode/upgrade-pointer-address-space.ll')
-rw-r--r-- | llvm/test/Bitcode/upgrade-pointer-address-space.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Bitcode/upgrade-pointer-address-space.ll b/llvm/test/Bitcode/upgrade-pointer-address-space.ll index 8b85055651d..cd63256950c 100644 --- a/llvm/test/Bitcode/upgrade-pointer-address-space.ll +++ b/llvm/test/Bitcode/upgrade-pointer-address-space.ll @@ -1,4 +1,4 @@ -; RUN: llvm-dis -o - %s.bc | FileCheck %s +; RUN: llvm-dis -o - %s.bc | FileCheck -allow-deprecated-dag-overlap %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]+}}) |