summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly/cfg-stackify.ll
diff options
context:
space:
mode:
authorKyle Butt <kyle+llvm@iteratee.net>2016-10-04 00:38:23 +0000
committerKyle Butt <kyle+llvm@iteratee.net>2016-10-04 00:38:23 +0000
commit3ffb8529bc78db1b0a7d3d782fd972eea802d649 (patch)
treefab13e6853bb108d1bfc78af5d49c4e30584ae2b /llvm/test/CodeGen/WebAssembly/cfg-stackify.ll
parent9b13b5a1d93071775958797183b46d9bf2f4a8d5 (diff)
downloadbcm5719-llvm-3ffb8529bc78db1b0a7d3d782fd972eea802d649.tar.gz
bcm5719-llvm-3ffb8529bc78db1b0a7d3d782fd972eea802d649.zip
Revert "Codegen: Tail-duplicate during placement."
This reverts commit ff234efbe23528e4f4c80c78057b920a51f434b2. Causing crashes on aarch64 build. llvm-svn: 283172
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly/cfg-stackify.ll')
-rw-r--r--llvm/test/CodeGen/WebAssembly/cfg-stackify.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/cfg-stackify.ll b/llvm/test/CodeGen/WebAssembly/cfg-stackify.ll
index 428095fe862..9a036228930 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 | FileCheck %s
-; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt -tail-dup-placement=0 -verify-machineinstrs -fast-isel=false | FileCheck -check-prefix=OPT %s
+; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt -verify-machineinstrs -fast-isel=false | FileCheck -check-prefix=OPT %s
; Test the CFG stackifier pass.
OpenPOWER on IntegriCloud