Skip to content

Commit

Permalink
Format.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Aug 24, 2023
1 parent 64918ef commit 6220ea2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tcompiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2362,8 +2362,7 @@ struct FunctionEmitter {

int allocindex = entry.number("allocation");

Value *addr = CreateConstGEP2_32(B, structPtr,
getType(structType)->type, 0,
Value *addr = CreateConstGEP2_32(B, structPtr, getType(structType)->type, 0,
allocindex);
// in three cases the type of the value in the struct does not match the expected
// type returned
Expand Down

0 comments on commit 6220ea2

Please sign in to comment.