From a11d0aaf62e3ebf2f46307d1546b8105792c8dd0 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Mon, 4 Jan 2016 23:37:17 -0700 Subject: progress toward compile time constant expression evaluation --- src/codegen.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/codegen.cpp') diff --git a/src/codegen.cpp b/src/codegen.cpp index 32c34e6323..bc9462ae99 100644 --- a/src/codegen.cpp +++ b/src/codegen.cpp @@ -1696,6 +1696,10 @@ static const NumLit num_lit_kinds[] = { NumLitU16, NumLitU32, NumLitU64, + NumLitI8, + NumLitI16, + NumLitI32, + NumLitI64, }; static void define_builtin_types(CodeGen *g) { -- cgit v1.2.3