Skip to content

Commit bc0c991

Browse files
committed
TODO: add comment to fix is_int
1 parent 56005b9 commit bc0c991

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gcc/jit/jit-recording.h

+1
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,7 @@ class decorated_type : public type
750750

751751
size_t get_size () final override { return m_other_type->get_size (); };
752752

753+
// FIXME: this is wrong. A vector is not an int.
753754
bool is_int () const final override { return m_other_type->is_int (); }
754755
bool is_float () const final override { return m_other_type->is_float (); }
755756
bool is_bool () const final override { return m_other_type->is_bool (); }

0 commit comments

Comments
 (0)