summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode/upgrade-pointer-address-space.ll
diff options
context:
space:
mode:
authorJoel E. Denny <jdenny.ornl@gmail.com>2018-07-11 20:25:49 +0000
committerJoel E. Denny <jdenny.ornl@gmail.com>2018-07-11 20:25:49 +0000
commit9fa9c9368da933ccdc9d561e026ac3cabe387a8d (patch)
tree7845f4e994538e675632eb2b073daa6b01361cfa /llvm/test/Bitcode/upgrade-pointer-address-space.ll
parenta934f9da411056d9c54a693f8e45ba9485aa1cd0 (diff)
downloadbcm5719-llvm-9fa9c9368da933ccdc9d561e026ac3cabe387a8d.tar.gz
bcm5719-llvm-9fa9c9368da933ccdc9d561e026ac3cabe387a8d.zip
[FileCheck] Add -allow-deprecated-dag-overlap to failing llvm tests
See https://reviews.llvm.org/D47106 for details. Reviewed By: probinson Differential Revision: https://reviews.llvm.org/D47171 This commit drops that patch's changes to: llvm/test/CodeGen/NVPTX/f16x2-instructions.ll llvm/test/CodeGen/NVPTX/param-load-store.ll For some reason, the dos line endings there prevent me from commiting via the monorepo. A follow-up commit (not via the monorepo) will finish the patch. llvm-svn: 336843
Diffstat (limited to 'llvm/test/Bitcode/upgrade-pointer-address-space.ll')
-rw-r--r--llvm/test/Bitcode/upgrade-pointer-address-space.ll2
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]+}})
OpenPOWER on IntegriCloud