shithub: scc

Download patch

ref: c7aa94922866485be4cd5dee6c0f04c75b2fcd46
parent: 05ade8e9661b399ac67cb352a6f4d4e70b426d47
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Wed Nov 3 02:28:52 EDT 2021

cc2/qbe: Whitespace change

--- a/src/cmd/cc/cc2/target/qbe/cgen.c
+++ b/src/cmd/cc/cc2/target/qbe/cgen.c
@@ -531,6 +531,7 @@
 			rhs(r, &aux2);
 			rhs(l, &aux1);
 		}
+
                 switch (tp->size) {
                 case 4:
                         tbl = (tp->flags & FLOATF) ? opasms : opasmw;