Address review comments
This commit is contained in:
parent
c2fd26a115
commit
8e64fc94d8
3 changed files with 6 additions and 9 deletions
|
@ -26,7 +26,6 @@ fn uncached_llvm_type<'a, 'tcx>(
|
|||
let element = layout.scalar_llvm_type_at(cx, element);
|
||||
return cx.type_vector(element, count);
|
||||
}
|
||||
// Treat ScalarPair like a normal aggregate for the purposes of in-memory representation.
|
||||
Abi::Uninhabited | Abi::Aggregate { .. } | Abi::ScalarPair(..) => {}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue