mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
Cosmetic
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49156 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1527,10 +1527,10 @@ SDNode *X86DAGToDAGISel::Select(SDOperand N) {
|
|||||||
// If we have an index, generate an insert_subreg into undef.
|
// If we have an index, generate an insert_subreg into undef.
|
||||||
AddToISelQueue(N0);
|
AddToISelQueue(N0);
|
||||||
SDOperand Undef =
|
SDOperand Undef =
|
||||||
SDOperand(CurDAG->getTargetNode(X86::IMPLICIT_DEF, NVT), 0);
|
SDOperand(CurDAG->getTargetNode(X86::IMPLICIT_DEF, NVT), 0);
|
||||||
SDOperand SRIdx = CurDAG->getTargetConstant(Idx, MVT::i32);
|
SDOperand SRIdx = CurDAG->getTargetConstant(Idx, MVT::i32);
|
||||||
SDNode *ResNode = CurDAG->getTargetNode(X86::INSERT_SUBREG,
|
SDNode *ResNode = CurDAG->getTargetNode(X86::INSERT_SUBREG,
|
||||||
NVT, Undef, N0, SRIdx);
|
NVT, Undef, N0, SRIdx);
|
||||||
|
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
DOUT << std::string(Indent-2, ' ') << "=> ";
|
DOUT << std::string(Indent-2, ' ') << "=> ";
|
||||||
|
Reference in New Issue
Block a user