commit 874fa3ca5a3eba2a0849661312f85de17eeea5df
Author: Roberto E. Vargas Caballero <[email protected]>
AuthorDate: Fri May 27 08:07:46 2016 +0200
Commit: Roberto E. Vargas Caballero <[email protected]>
CommitDate: Fri May 27 08:07:46 2016 +0200
[cc2] Add missed optm.c file
This file was missed in the repository and it was impsossible
to compile cc2.
diff --git a/cc2/optm.c b/cc2/optm.c
new file mode 100644
index 0000000..c70380b
--- /dev/null
+++ b/cc2/optm.c
@@ -0,0 +1,10 @@
+
+#include "arch.h"
+#include "cc2.h"
+
+Node *
+optm_ind(Node *np)
+{
+ return np;
+}
+