aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ir.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ir.h')
-rw-r--r--src/ir.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ir.h b/src/ir.h
index 2070ffd..7a1190d 100644
--- a/src/ir.h
+++ b/src/ir.h
@@ -105,6 +105,7 @@ enum op {
#define oisalloca(o) in_range(o, Oalloca1, Oalloca16)
#define oisstore(o) in_range(o, Ostorei8, Ostoref64)
#define oisload(o) in_range(o, Oloads8, Oloadf64)
+#define oisloadstore(o) in_range(o, Oloads8, Ostoref64)
extern const char *opnames[];
extern const uchar opnoper[];