summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyInstrInteger.td
diff options
context:
space:
mode:
authorDan Gohman <dan433584@gmail.com>2015-11-05 20:59:49 +0000
committerDan Gohman <dan433584@gmail.com>2015-11-05 20:59:49 +0000
commitb9ce5a8b6c06836418355fb6bbdcff5edde33fef (patch)
tree5415c4a48377e03c8a2ffb0224490ffdd99db20d /llvm/lib/Target/WebAssembly/WebAssemblyInstrInteger.td
parent3b7df53d049afd587bc0340549780a2137d12555 (diff)
downloadbcm5719-llvm-b9ce5a8b6c06836418355fb6bbdcff5edde33fef.tar.gz
bcm5719-llvm-b9ce5a8b6c06836418355fb6bbdcff5edde33fef.zip
[WebAssembly] Fix copypasta.
Noticed by dschff in http://reviews.llvm.org/rL252203 llvm-svn: 252208
Diffstat (limited to 'llvm/lib/Target/WebAssembly/WebAssemblyInstrInteger.td')
-rw-r--r--llvm/lib/Target/WebAssembly/WebAssemblyInstrInteger.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/WebAssembly/WebAssemblyInstrInteger.td b/llvm/lib/Target/WebAssembly/WebAssemblyInstrInteger.td
index d38be099332..4b45ccb3907 100644
--- a/llvm/lib/Target/WebAssembly/WebAssemblyInstrInteger.td
+++ b/llvm/lib/Target/WebAssembly/WebAssemblyInstrInteger.td
@@ -52,4 +52,4 @@ def SELECT_I32 : I<(outs I32:$dst), (ins I32:$cond, I32:$lhs, I32:$rhs),
"i32.select $dst, $cond, $lhs, $rhs">;
def SELECT_I64 : I<(outs I64:$dst), (ins I32:$cond, I64:$lhs, I64:$rhs),
[(set I64:$dst, (select I32:$cond, I64:$lhs, I64:$rhs))],
- "i32.select $dst, $cond, $lhs, $rhs">;
+ "i64.select $dst, $cond, $lhs, $rhs">;
OpenPOWER on IntegriCloud