]> granicus.if.org Git - llvm/commitdiff
Add -allow-deprecated-dag-overlap to one of the experimental webassembly target tests.
authorEric Christopher <echristo@gmail.com>
Thu, 12 Jul 2018 00:01:51 +0000 (00:01 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 12 Jul 2018 00:01:51 +0000 (00:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@336870 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/WebAssembly/exception.ll

index c5e2975466d3801e75368adbb0bcfb6cb0555a66..aab054a3a849ee6bf98d551bd136bbd1a388bfd7 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt -exception-model=wasm | FileCheck %s
+; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt -exception-model=wasm | FileCheck -allow-deprecated-dag-overlap %s
 
 target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128"
 target triple = "wasm32-unknown-unknown"