aboutsummaryrefslogtreecommitdiff
path: root/src/program.c
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2019-10-07 00:51:40 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-25 14:36:46 +0200
commit111bd0c7cb4b446c4bfe192b1df82845de17c005 (patch)
treef8efde64837e03f13dfb2baae3160a98bda8913a /src/program.c
parenta9a8cf8d337470bb9b4466aea9593df7f5fac776 (diff)
Rename ssa to ir
Diffstat (limited to 'src/program.c')
-rw-r--r--src/program.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/program.c b/src/program.c
index 169d270..6c5ac7b 100644
--- a/src/program.c
+++ b/src/program.c
@@ -15,7 +15,7 @@
/* TODO: If system is big-endian, then do endian conversion for all reads */
-/* This matches SsaNumberType */
+/* This matches IrNumberType */
typedef enum {
NUMBER_TYPE_INTEGER,
NUMBER_TYPE_FLOAT