mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 03:30:22 +00:00
Formatting
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178771 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9313da5a90
commit
5622eaeffe
@ -515,7 +515,7 @@ SDValue DAGTypeLegalizer::PromoteIntRes_SETCC(SDNode *N) {
|
||||
// Only use the result of getSetCCResultType if it is legal,
|
||||
// otherwise just use the promoted result type (NVT).
|
||||
if (!TLI.isTypeLegal(SVT))
|
||||
SVT = NVT;
|
||||
SVT = NVT;
|
||||
|
||||
DebugLoc dl = N->getDebugLoc();
|
||||
assert(SVT.isVector() == N->getOperand(0).getValueType().isVector() &&
|
||||
@ -550,7 +550,7 @@ SDValue DAGTypeLegalizer::PromoteIntRes_SimpleIntBinOp(SDNode *N) {
|
||||
SDValue LHS = GetPromotedInteger(N->getOperand(0));
|
||||
SDValue RHS = GetPromotedInteger(N->getOperand(1));
|
||||
return DAG.getNode(N->getOpcode(), N->getDebugLoc(),
|
||||
LHS.getValueType(), LHS, RHS);
|
||||
LHS.getValueType(), LHS, RHS);
|
||||
}
|
||||
|
||||
SDValue DAGTypeLegalizer::PromoteIntRes_SRA(SDNode *N) {
|
||||
|
Loading…
Reference in New Issue
Block a user