Skip to content

Commit

Permalink
Rename variable
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Dec 7, 2024
1 parent edbfed2 commit 085e658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion melior/src/helpers/llvm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ impl<'c> LlvmBlockExt<'c> for Block<'c> {

for index in indexes {
match index {
GepIndex::Const(idx) => raw_constant_indices.push(*idx),
GepIndex::Const(index) => raw_constant_indices.push(*index),
GepIndex::Value(value) => {
dynamic_indices.push(*value);
raw_constant_indices.push(i32::MIN); // marker for dynamic index
Expand Down

0 comments on commit 085e658

Please sign in to comment.