mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-18 14:31:27 +00:00
Fix whitespace and 80-column violations.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131428 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a8992b3e72
commit
f316eb7074
@ -1094,8 +1094,9 @@ SDValue SelectionDAGLegalize::LegalizeOp(SDValue Op) {
|
||||
{
|
||||
SDNode *myCALLSEQ_BEGIN = FindCallStartFromCallEnd(Node);
|
||||
|
||||
// If the CALLSEQ_START node hasn't been legalized first, legalize it. This
|
||||
// will cause this node to be legalized as well as handling libcalls right.
|
||||
// If the CALLSEQ_START node hasn't been legalized first, legalize it.
|
||||
// This will cause this node to be legalized as well as handling libcalls
|
||||
// right.
|
||||
if (getLastCALLSEQ().getNode() != Node) {
|
||||
LegalizeOp(SDValue(myCALLSEQ_BEGIN, 0));
|
||||
DenseMap<SDValue, SDValue>::iterator I = LegalizedNodes.find(Op);
|
||||
@ -3756,4 +3757,3 @@ void SelectionDAG::Legalize(CodeGenOpt::Level OptLevel) {
|
||||
///
|
||||
SelectionDAGLegalize(*this, OptLevel).LegalizeDAG();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user