summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyInstrCall.td
diff options
context:
space:
mode:
authorDan Gohman <dan433584@gmail.com>2015-11-18 17:05:35 +0000
committerDan Gohman <dan433584@gmail.com>2015-11-18 17:05:35 +0000
commit94ef41ff1d93e6380f63f5715430624094842b31 (patch)
tree911952623c0804b91724a87f934c3f63014cb268 /llvm/lib/Target/WebAssembly/WebAssemblyInstrCall.td
parentbbf5a00de13580dd65f6bdf77c446b1f2faf69dd (diff)
downloadbcm5719-llvm-94ef41ff1d93e6380f63f5715430624094842b31.tar.gz
bcm5719-llvm-94ef41ff1d93e6380f63f5715430624094842b31.zip
[WebAssembly] Add more whitespace characters to prettify the assembly output.
llvm-svn: 253472
Diffstat (limited to 'llvm/lib/Target/WebAssembly/WebAssemblyInstrCall.td')
-rw-r--r--llvm/lib/Target/WebAssembly/WebAssemblyInstrCall.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/WebAssembly/WebAssemblyInstrCall.td b/llvm/lib/Target/WebAssembly/WebAssemblyInstrCall.td
index 7ecbff831cc..aec614e9ea3 100644
--- a/llvm/lib/Target/WebAssembly/WebAssemblyInstrCall.td
+++ b/llvm/lib/Target/WebAssembly/WebAssemblyInstrCall.td
@@ -24,7 +24,7 @@ def : I<(outs), (ins i64imm:$amt1, i64imm:$amt2),
multiclass CALL<WebAssemblyRegClass vt> {
def CALL_#vt : I<(outs vt:$dst), (ins global:$callee, variable_ops),
[(set vt:$dst, (WebAssemblycall1 (WebAssemblywrapper tglobaladdr:$callee)))],
- "call\t$callee, $dst">;
+ "call \t$callee, $dst">;
def CALL_INDIRECT_#vt : I<(outs vt:$dst), (ins I32:$callee, variable_ops),
[(set vt:$dst, (WebAssemblycall1 I32:$callee))],
"call_indirect\t$callee, $dst">;
@@ -37,7 +37,7 @@ let Uses = [SP32, SP64], isCall = 1 in {
def CALL_VOID : I<(outs), (ins global:$callee, variable_ops),
[(WebAssemblycall0 (WebAssemblywrapper tglobaladdr:$callee))],
- "call\t$callee">;
+ "call \t$callee">;
def CALL_INDIRECT_VOID : I<(outs), (ins I32:$callee, variable_ops),
[(WebAssemblycall0 I32:$callee)],
"call_indirect\t$callee">;
OpenPOWER on IntegriCloud