shithub: scc

Download patch

ref: 4bbb4bdc3c77071fc41b04522f86bf53b25f4a28
parent: 3a8c3903f0d17cb87f1f14c575ade0b19c843bf1
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Fri May 27 04:07:46 EDT 2016

[cc2] Add missed optm.c file

This file was missed in the repository and it was impsossible
to compile cc2.

--- /dev/null
+++ b/cc2/optm.c
@@ -1,0 +1,10 @@
+
+#include "arch.h"
+#include "cc2.h"
+
+Node *
+optm_ind(Node *np)
+{
+	return np;
+}
+