diff --git a/src/compiler/llvm_codegen_c_abi_win64.c b/src/compiler/llvm_codegen_c_abi_win64.c index 55760dc1c..8f81170c0 100644 --- a/src/compiler/llvm_codegen_c_abi_win64.c +++ b/src/compiler/llvm_codegen_c_abi_win64.c @@ -7,11 +7,7 @@ ABIArgInfo *win64_classify(Regs *regs, Type *type, bool is_return, bool is_vector, bool is_reg) { if (type_is_void(type)) return abi_arg_ignore(); - - if (type_lowering(type)->type_kind == TYPE_TYPEDEF) - { - printf("foekf"); - } + // Lower enums etc. type = type_lowering(type);