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)
llvm-svn: 336870

llvm/test/CodeGen/WebAssembly/exception.ll

index c5e2975..aab054a 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"