/* * This file is part of libFirm. * Copyright (C) 2017 University of Karlsruhe. */ #ifndef FIRM_BE_MIPS_MIPS_LOWER64_H #define FIRM_BE_MIPS_MIPS_LOWER64_H void mips_lower64(void); #endif