mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-10-04 04:19:25 +00:00
Int128 is also a built-in preconstructed type.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238889 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -312,6 +312,7 @@ IntegerType *IntegerType::get(LLVMContext &C, unsigned NumBits) {
|
|||||||
case 16: return cast<IntegerType>(Type::getInt16Ty(C));
|
case 16: return cast<IntegerType>(Type::getInt16Ty(C));
|
||||||
case 32: return cast<IntegerType>(Type::getInt32Ty(C));
|
case 32: return cast<IntegerType>(Type::getInt32Ty(C));
|
||||||
case 64: return cast<IntegerType>(Type::getInt64Ty(C));
|
case 64: return cast<IntegerType>(Type::getInt64Ty(C));
|
||||||
|
case 128: return cast<IntegerType>(Type::getInt128Ty(C));
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user