summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly/cfg-stackify.ll
diff options
context:
space:
mode:
authorKyle Butt <kyle+llvm@iteratee.net>2016-10-08 01:47:05 +0000
committerKyle Butt <kyle+llvm@iteratee.net>2016-10-08 01:47:05 +0000
commit2facd194a22efd8b0cf4734ab0a79caed265d58c (patch)
treeca5173ece231a60b5aaa89d1649445c1e28387fc /llvm/test/CodeGen/WebAssembly/cfg-stackify.ll
parent5bf825b7642ded88574a16e08596e1babb7272ca (diff)
downloadbcm5719-llvm-2facd194a22efd8b0cf4734ab0a79caed265d58c.tar.gz
bcm5719-llvm-2facd194a22efd8b0cf4734ab0a79caed265d58c.zip
Revert "Codegen: Tail-duplicate during placement."
This reverts commit 71c312652c10f1855b28d06697c08d47e7a243e4. llvm-svn: 283647
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 fcdbd7fdc57..eb1f2368344 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