A windows buildbot complains about previous definiton after
D112961.
Remove the extra definition until we can figure out if really needed.
};
}
template <>
-TypeBuilderFunc getModel<Fortran::ISO::CFI_index_t>() {
- return [](mlir::MLIRContext *context) -> mlir::Type {
- return mlir::IntegerType::get(context,
- sizeof(Fortran::ISO::CFI_index_t) * 8);
- };
-}
-template <>
TypeBuilderFunc getModel<Fortran::ISO::CFI_dim_t>() {
return [](mlir::MLIRContext *context) -> mlir::Type {
auto indexTy = getModel<Fortran::ISO::CFI_index_t>()(context);