Rename prefix_chunk to prefix_chunk_size
This commit is contained in:
parent
39b8b2b623
commit
6a5f537fb9
3 changed files with 7 additions and 7 deletions
|
@ -158,7 +158,7 @@ impl LlvmType for CastTarget {
|
|||
.prefix
|
||||
.iter()
|
||||
.flat_map(|option_kind| {
|
||||
option_kind.map(|kind| Reg { kind, size: self.prefix_chunk }.llvm_type(cx))
|
||||
option_kind.map(|kind| Reg { kind, size: self.prefix_chunk_size }.llvm_type(cx))
|
||||
})
|
||||
.chain((0..rest_count).map(|_| rest_ll_unit))
|
||||
.collect();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue