summaryrefslogtreecommitdiff
path: root/test/CodeGen/WebAssembly
diff options
context:
space:
mode:
authorDan Gohman <dan433584@gmail.com>2017-12-06 20:56:40 +0000
committerDan Gohman <dan433584@gmail.com>2017-12-06 20:56:40 +0000
commit73135b400e344c308f0f0d89776cdb87edd18a83 (patch)
treeec081b7c3d10d949e62e0f52c3f923a8d52be2d2 /test/CodeGen/WebAssembly
parent1c6190de5d4f475cc6f9f4de29c05e5e8ffc35fa (diff)
[WebAssembly] Remove WASM_STACK_POINTER.
WASM_STACK_POINTER and the .stack_pointer directive are no longer needed now that the stack pointer global is an import. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@319956 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/WebAssembly')
-rw-r--r--test/CodeGen/WebAssembly/stack-alignment.ll2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/CodeGen/WebAssembly/stack-alignment.ll b/test/CodeGen/WebAssembly/stack-alignment.ll
index 6128c8a4d23..25e9d06db41 100644
--- a/test/CodeGen/WebAssembly/stack-alignment.ll
+++ b/test/CodeGen/WebAssembly/stack-alignment.ll
@@ -147,5 +147,3 @@ entry:
call void @somefunc(i32* %static)
ret void
}
-
-; CHECK: .stack_pointer __stack_pointer