We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40548c1 commit e1857feCopy full SHA for e1857fe
gcc/jit/dummy-frontend.cc
@@ -1227,12 +1227,6 @@ recording::type* tree_type_to_jit_type (tree type)
1227
// FIXME: wrong type.
1228
return new recording::memento_of_get_type (&target_builtins_ctxt,
1229
GCC_JIT_TYPE_VOID);
1230
- /* TODO: Remove when we add support for sized floating-point types. */
1231
- for (int i = 0; i < NUM_FLOATN_NX_TYPES; i++)
1232
- if (type == FLOATN_NX_TYPE_NODE (i))
1233
- // FIXME: wrong type.
1234
- return new recording::memento_of_get_type (&target_builtins_ctxt,
1235
- GCC_JIT_TYPE_VOID);
1236
if (type == void_type_node)
1237
1238
0 commit comments