[WebAssembly] Use tabs instead of spaces in assembly output.
[oota-llvm.git] / lib / Target / WebAssembly / WebAssemblyInstrInteger.td
index 4b45ccb3907fece416e06472def88dfb0582f653..65a9f0c19b46f5fabec25ca6c769b0fb2a45e1e9 100644 (file)
@@ -49,7 +49,7 @@ def : Pat<(cttz_zero_undef I64:$src), (CTZ_I64 I64:$src)>;
 
 def SELECT_I32 : I<(outs I32:$dst), (ins I32:$cond, I32:$lhs, I32:$rhs),
                    [(set I32:$dst, (select I32:$cond, I32:$lhs, I32:$rhs))],
-                   "i32.select $dst, $cond, $lhs, $rhs">;
+                   "i32.select\t$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))],
-                   "i64.select $dst, $cond, $lhs, $rhs">;
+                   "i64.select\t$dst, $cond, $lhs, $rhs">;