summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyInstrFloat.td
diff options
context:
space:
mode:
authorDerek Schuff <dschuff@google.com>2015-11-03 22:40:43 +0000
committerDerek Schuff <dschuff@google.com>2015-11-03 22:40:43 +0000
commitb44d4d350e9d5db25308127279f31ab74a965932 (patch)
tree52349ad1c51a7ab4588ee084d3cedb42c521b305 /llvm/lib/Target/WebAssembly/WebAssemblyInstrFloat.td
parent6b5c6da7603a6ddab37d93828b20141cd410c3da (diff)
downloadbcm5719-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.td4
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))]>;
OpenPOWER on IntegriCloud