summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly/cfg-stackify.ll
diff options
context:
space:
mode:
authorDan Gohman <dan433584@gmail.com>2016-05-17 23:19:03 +0000
committerDan Gohman <dan433584@gmail.com>2016-05-17 23:19:03 +0000
commit71008090805ba66abf12a7b7691962670c87a3b9 (patch)
tree885b85d59ea5a80d24bcbb70714552c220c6c1ff /llvm/test/CodeGen/WebAssembly/cfg-stackify.ll
parent8dc18c5f451a86d95261d434a01ea4393df2fc4a (diff)
downloadbcm5719-llvm-71008090805ba66abf12a7b7691962670c87a3b9.tar.gz
bcm5719-llvm-71008090805ba66abf12a7b7691962670c87a3b9.zip
[WebAssembly] Rename $discard to $drop in the assembly output.
llvm-svn: 269862
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly/cfg-stackify.ll')
-rw-r--r--llvm/test/CodeGen/WebAssembly/cfg-stackify.ll4
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 cbb45611cec..8e3529a5c61 100644
--- a/llvm/test/CodeGen/WebAssembly/cfg-stackify.ll
+++ b/llvm/test/CodeGen/WebAssembly/cfg-stackify.ll
@@ -275,13 +275,13 @@ entry:
; CHECK-LABEL: minimal_loop:
; CHECK-NOT: br
; CHECK: .LBB7_1:
-; CHECK: i32.store $discard=, 0($0), $pop{{[0-9]+}}{{$}}
+; CHECK: i32.store $drop=, 0($0), $pop{{[0-9]+}}{{$}}
; CHECK: br 0{{$}}
; CHECK: .LBB7_2:
; OPT-LABEL: minimal_loop:
; OPT-NOT: br
; OPT: .LBB7_1:
-; OPT: i32.store $discard=, 0($0), $pop{{[0-9]+}}{{$}}
+; OPT: i32.store $drop=, 0($0), $pop{{[0-9]+}}{{$}}
; OPT: br 0{{$}}
; OPT: .LBB7_2:
define i32 @minimal_loop(i32* %p) {
OpenPOWER on IntegriCloud