diff options
author | Derek Schuff <dschuff@google.com> | 2015-11-03 22:40:43 +0000 |
---|---|---|
committer | Derek Schuff <dschuff@google.com> | 2015-11-03 22:40:43 +0000 |
commit | b44d4d350e9d5db25308127279f31ab74a965932 (patch) | |
tree | 52349ad1c51a7ab4588ee084d3cedb42c521b305 /llvm/lib/Target/WebAssembly/WebAssemblyInstrFloat.td | |
parent | 6b5c6da7603a6ddab37d93828b20141cd410c3da (diff) | |
download | bcm5719-llvm-b44d4d350e9d5db25308127279f31ab74a965932.tar.gz bcm5719-llvm-b44d4d350e9d5db25308127279f31ab74a965932.zip |
Align whitespace
llvm-svn: 252003
Diffstat (limited to 'llvm/lib/Target/WebAssembly/WebAssemblyInstrFloat.td')
-rw-r--r-- | llvm/lib/Target/WebAssembly/WebAssemblyInstrFloat.td | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/WebAssembly/WebAssemblyInstrFloat.td b/llvm/lib/Target/WebAssembly/WebAssemblyInstrFloat.td index 7f342c353e1..02de1bd450d 100644 --- a/llvm/lib/Target/WebAssembly/WebAssemblyInstrFloat.td +++ b/llvm/lib/Target/WebAssembly/WebAssemblyInstrFloat.td @@ -60,6 +60,6 @@ def : Pat<(setge f64:$lhs, f64:$rhs), (GE_F64 f64:$lhs, f64:$rhs)>; */ def SELECT_F32 : I<(outs F32:$dst), (ins I32:$cond, F32:$lhs, F32:$rhs), - [(set F32:$dst, (select I32:$cond, F32:$lhs, F32:$rhs))]>; + [(set F32:$dst, (select I32:$cond, F32:$lhs, F32:$rhs))]>; def SELECT_F64 : I<(outs F64:$dst), (ins I32:$cond, F64:$lhs, F64:$rhs), - [(set F64:$dst, (select I32:$cond, F64:$lhs, F64:$rhs))]>; + [(set F64:$dst, (select I32:$cond, F64:$lhs, F64:$rhs))]>; |