https://bugs.kde.org/show_bug.cgi?id=523096
--- Comment #4 from Mark Wielaard <[email protected]> --- Same (create a new generic header file) could be done for: void assign ( IRTemp dst, IRExpr* e ) IRTemp newTemp ( IRType ty ) IRExpr* mkV128 ( UShort mask ) IRExpr* binop ( IROp op, IRExpr* expr1, IRExpr* expr2 ) IRExpr* mkexpr ( IRTemp tmp ) IRExpr* unop ( IROp op, IRExpr* expr ) IRExpr* mkU8 ( UChar u8 ) IRExpr* mkU16 ( UShort u16 ) IRExpr* mkU32 ( UInt u32 ) IRExpr* mkU64 ( ULong u64 ) These could be turned into defines or static inline functions. But this is a probably too big a refactoring to do in this patch. -- You are receiving this mail because: You are watching all bug changes.
