Revert r287637 "[wasm] hack around test failure after r287553."
authorArtem Belevich <tra@google.com>
Mon, 28 Nov 2016 19:55:46 +0000 (19:55 +0000)
committerArtem Belevich <tra@google.com>
Mon, 28 Nov 2016 19:55:46 +0000 (19:55 +0000)
-cgp-freq-ratio-to-skip-merge option was removed by rollback in r288052.

llvm-svn: 288055

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

index 3b42df1..d758dbf 100644 (file)
@@ -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.