mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Fix some user facing typos
llvm-svn: 327776
This commit is contained in:
parent
03e04be078
commit
7a15056d26
@ -372,7 +372,7 @@ EmitStageAndOperandCycleData(raw_ostream &OS,
|
|||||||
|
|
||||||
std::vector<Record*> BPs = ProcModel.ItinsDef->getValueAsListOfDefs("BP");
|
std::vector<Record*> BPs = ProcModel.ItinsDef->getValueAsListOfDefs("BP");
|
||||||
if (!BPs.empty()) {
|
if (!BPs.empty()) {
|
||||||
OS << "\n// Pipeline forwarding pathes for itineraries \"" << Name
|
OS << "\n// Pipeline forwarding paths for itineraries \"" << Name
|
||||||
<< "\"\n" << "namespace " << Name << "Bypass {\n";
|
<< "\"\n" << "namespace " << Name << "Bypass {\n";
|
||||||
|
|
||||||
OS << " const unsigned NoBypass = 0;\n";
|
OS << " const unsigned NoBypass = 0;\n";
|
||||||
@ -865,7 +865,7 @@ void SubtargetEmitter::GenSchedClassTables(const CodeGenProcModel &ProcModel,
|
|||||||
IdxVec Writes = SC.Writes;
|
IdxVec Writes = SC.Writes;
|
||||||
IdxVec Reads = SC.Reads;
|
IdxVec Reads = SC.Reads;
|
||||||
if (!SC.InstRWs.empty()) {
|
if (!SC.InstRWs.empty()) {
|
||||||
// This class has a default ReadWrite list which can be overriden by
|
// This class has a default ReadWrite list which can be overridden by
|
||||||
// InstRW definitions.
|
// InstRW definitions.
|
||||||
Record *RWDef = nullptr;
|
Record *RWDef = nullptr;
|
||||||
for (Record *RW : SC.InstRWs) {
|
for (Record *RW : SC.InstRWs) {
|
||||||
|
@ -380,7 +380,7 @@ if __name__ == '__main__':
|
|||||||
print("Couldn't find a program to read symbols with", file=sys.stderr)
|
print("Couldn't find a program to read symbols with", file=sys.stderr)
|
||||||
exit(1)
|
exit(1)
|
||||||
if not is_32bit_windows:
|
if not is_32bit_windows:
|
||||||
print("Couldn't find a program to determing the target", file=sys.stderr)
|
print("Couldn't find a program to determining the target", file=sys.stderr)
|
||||||
exit(1)
|
exit(1)
|
||||||
|
|
||||||
# How we determine which symbols to keep and which to discard depends on
|
# How we determine which symbols to keep and which to discard depends on
|
||||||
|
Loading…
x
Reference in New Issue
Block a user