Deleted Added
full compact
665,670c665
< // This is a temporary workaround while MIPS64 has not yet fully supported
< // 128-bit integers. But declaration of int128 type is necessary even though
< // __SIZEOF_INT128__ is undefined because c++ standard header files like
< // limits throw error message if __int128 is not available.
< if (TI.hasInt128Type() && !(TI.getTriple().getArch() == llvm::Triple::mips64el
< || TI.getTriple().getArch() == llvm::Triple::mips64))
---
> if (TI.hasInt128Type())