Skip to content

Commit

Permalink
Removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jkurdek authored and github-actions committed Jan 3, 2025
1 parent b847181 commit b33dd79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mono/mono/mini/mini-llvm.c
Original file line number Diff line number Diff line change
Expand Up @@ -8434,7 +8434,6 @@ MONO_RESTORE_WARNING

dest = convert (ctx, LLVMBuildAdd (builder, convert (ctx, values [ins->inst_destbasereg], IntPtrType ()), LLVMConstInt (IntPtrType (), ins->inst_offset, FALSE), ""), pointer_type (t));
if (mono_class_value_size (ins->klass, NULL) == 12) {
LLVMTypeRef float3Type = LLVMVectorType (LLVMFloatType (), 3);
const int mask_values [] = { 0, 1, 2 };

LLVMValueRef truncatedVec3 = LLVMBuildShuffleVector (
Expand Down

0 comments on commit b33dd79

Please sign in to comment.