Skip to content

Commit 9f46c20

Browse files
committed
Add comment
1 parent 6c00b2a commit 9f46c20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gcc/jit/jit-playback.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,6 +1029,7 @@ playback::context::new_rvalue_from_vector (location *,
10291029
tree t_ctor;
10301030
if (constructor)
10311031
{
1032+
// TODO: check if all values are constant using: if (!CONSTANT_CLASS_P (value))
10321033
// TODO: document why this is needed.
10331034
t_ctor = build_vector_from_ctor (type->as_tree (), v);
10341035
}

0 commit comments

Comments
 (0)