[WebAssembly] Add REQUIRES: asserts to cfg-stackify-eh.ll
authorHeejin Ahn <aheejin@gmail.com>
Tue, 8 Oct 2019 02:50:27 +0000 (02:50 +0000)
committerHeejin Ahn <aheejin@gmail.com>
Tue, 8 Oct 2019 02:50:27 +0000 (02:50 +0000)
This was missing in D68552.

llvm-svn: 374015

llvm/test/CodeGen/WebAssembly/cfg-stackify-eh.ll

index f33f567..9d75aaa 100644 (file)
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
 ; RUN: llc < %s -disable-wasm-fallthrough-return-opt -wasm-disable-explicit-locals -wasm-keep-registers -disable-block-placement -verify-machineinstrs -fast-isel=false -machine-sink-split-probability-threshold=0 -cgp-freq-ratio-to-skip-merge=1000 -exception-model=wasm -mattr=+exception-handling | FileCheck %s
 ; RUN: llc < %s -O0 -disable-wasm-fallthrough-return-opt -wasm-disable-explicit-locals -wasm-keep-registers -verify-machineinstrs -exception-model=wasm -mattr=+exception-handling | FileCheck %s --check-prefix=NOOPT
 ; RUN: llc < %s -disable-wasm-fallthrough-return-opt -wasm-disable-explicit-locals -wasm-keep-registers -disable-block-placement -verify-machineinstrs -fast-isel=false -machine-sink-split-probability-threshold=0 -cgp-freq-ratio-to-skip-merge=1000 -exception-model=wasm -mattr=+exception-handling -wasm-disable-ehpad-sort | FileCheck %s --check-prefix=NOSORT