Loading llvm/lib/CodeGen/MIRCanonicalizerPass.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -107,7 +107,7 @@ rescheduleLexographically(std::vector<MachineInstr *> instructions, II->print(OS); OS.flush(); // Trim the assignment, or start from the begining in the case of a store. // Trim the assignment, or start from the beginning in the case of a store. const size_t i = S.find("="); StringInstrMap.push_back({(i == std::string::npos) ? S : S.substr(i), II}); } Loading Loading @@ -138,7 +138,7 @@ static bool rescheduleCanonically(unsigned &PseudoIdempotentInstCount, bool Changed = false; // Calculates the distance of MI from the begining of its parent BB. // Calculates the distance of MI from the beginning of its parent BB. auto getInstrIdx = [](const MachineInstr &MI) { unsigned i = 0; for (auto &CurMI : *MI.getParent()) { Loading llvm/lib/Target/Mips/MipsDelaySlotFiller.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,7 @@ static cl::opt<CompactBranchPolicy> MipsCompactBranchPolicy( cl::values(clEnumValN(CB_Never, "never", "Do not use compact branches if possible."), clEnumValN(CB_Optimal, "optimal", "Use compact branches where appropiate (default)."), "Use compact branches where appropriate (default)."), clEnumValN(CB_Always, "always", "Always use compact branches if possible."))); Loading Loading
llvm/lib/CodeGen/MIRCanonicalizerPass.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -107,7 +107,7 @@ rescheduleLexographically(std::vector<MachineInstr *> instructions, II->print(OS); OS.flush(); // Trim the assignment, or start from the begining in the case of a store. // Trim the assignment, or start from the beginning in the case of a store. const size_t i = S.find("="); StringInstrMap.push_back({(i == std::string::npos) ? S : S.substr(i), II}); } Loading Loading @@ -138,7 +138,7 @@ static bool rescheduleCanonically(unsigned &PseudoIdempotentInstCount, bool Changed = false; // Calculates the distance of MI from the begining of its parent BB. // Calculates the distance of MI from the beginning of its parent BB. auto getInstrIdx = [](const MachineInstr &MI) { unsigned i = 0; for (auto &CurMI : *MI.getParent()) { Loading
llvm/lib/Target/Mips/MipsDelaySlotFiller.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,7 @@ static cl::opt<CompactBranchPolicy> MipsCompactBranchPolicy( cl::values(clEnumValN(CB_Never, "never", "Do not use compact branches if possible."), clEnumValN(CB_Optimal, "optimal", "Use compact branches where appropiate (default)."), "Use compact branches where appropriate (default)."), clEnumValN(CB_Always, "always", "Always use compact branches if possible."))); Loading