diff options
author | Artem Belevich <tra@google.com> | 2016-11-28 19:55:46 +0000 |
---|---|---|
committer | Artem Belevich <tra@google.com> | 2016-11-28 19:55:46 +0000 |
commit | 57b99f9bea4faefe1040a8b18625b850e19adc18 (patch) | |
tree | f52d3f70e92dbce0cac8b7404a2bdae70f16396b | |
parent | bcadbd63027436f063f249b27232ca7fde888cda (diff) | |
download | bcm5719-llvm-57b99f9bea4faefe1040a8b18625b850e19adc18.tar.gz bcm5719-llvm-57b99f9bea4faefe1040a8b18625b850e19adc18.zip |
Revert r287637 "[wasm] hack around test failure after r287553."
-cgp-freq-ratio-to-skip-merge option was removed by rollback in r288052.
llvm-svn: 288055
-rw-r--r-- | llvm/test/CodeGen/WebAssembly/cfg-stackify.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/cfg-stackify.ll b/llvm/test/CodeGen/WebAssembly/cfg-stackify.ll index 3b42df19026..d758dbf1b8d 100644 --- a/llvm/test/CodeGen/WebAssembly/cfg-stackify.ll +++ b/llvm/test/CodeGen/WebAssembly/cfg-stackify.ll @@ -1,5 +1,5 @@ -; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt -disable-block-placement -verify-machineinstrs -fast-isel=false -machine-sink-split-probability-threshold=0 -cgp-freq-ratio-to-skip-merge=1000 | FileCheck %s -; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt -tail-dup-placement=0 -verify-machineinstrs -fast-isel=false -machine-sink-split-probability-threshold=0 -cgp-freq-ratio-to-skip-merge=1000 | FileCheck -check-prefix=OPT %s +; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt -disable-block-placement -verify-machineinstrs -fast-isel=false -machine-sink-split-probability-threshold=0 | FileCheck %s +; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt -tail-dup-placement=0 -verify-machineinstrs -fast-isel=false -machine-sink-split-probability-threshold=0 | FileCheck -check-prefix=OPT %s ; Test the CFG stackifier pass. |