diff options
Diffstat (limited to 'src/passes/Flatten.cpp')
-rw-r--r-- | src/passes/Flatten.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/passes/Flatten.cpp b/src/passes/Flatten.cpp index c7b4acbd9..ebd0f3ba8 100644 --- a/src/passes/Flatten.cpp +++ b/src/passes/Flatten.cpp @@ -17,6 +17,8 @@ // // Flattens code into "Flat IR" form. See ir/flat.h. // +// TODO: handle non-nullability +// #include <ir/branch-utils.h> #include <ir/effects.h> |