mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-28 07:17:32 +00:00
Another 80 col violation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101620 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1385,7 +1385,8 @@ void DAGTypeLegalizer::ExpandIntRes_AssertSext(SDNode *N,
|
|||||||
|
|
||||||
if (NVTBits < EVTBits) {
|
if (NVTBits < EVTBits) {
|
||||||
Hi = DAG.getNode(ISD::AssertSext, dl, NVT, Hi,
|
Hi = DAG.getNode(ISD::AssertSext, dl, NVT, Hi,
|
||||||
DAG.getValueType(EVT::getIntegerVT(*DAG.getContext(), EVTBits - NVTBits)));
|
DAG.getValueType(EVT::getIntegerVT(*DAG.getContext(),
|
||||||
|
EVTBits - NVTBits)));
|
||||||
} else {
|
} else {
|
||||||
Lo = DAG.getNode(ISD::AssertSext, dl, NVT, Lo, DAG.getValueType(EVT));
|
Lo = DAG.getNode(ISD::AssertSext, dl, NVT, Lo, DAG.getValueType(EVT));
|
||||||
// The high part replicates the sign bit of Lo, make it explicit.
|
// The high part replicates the sign bit of Lo, make it explicit.
|
||||||
|
Reference in New Issue
Block a user