mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-25 05:22:04 +00:00
Fix 'platform-specific' hyphenations
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212056 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -442,7 +442,7 @@ signed ResourcePriorityQueue::SUSchedulingCost(SUnit *SU) {
|
||||
ResCount -= (regPressureDelta(SU) * ScaleTwo);
|
||||
}
|
||||
|
||||
// These are platform specific things.
|
||||
// These are platform-specific things.
|
||||
// Will need to go into the back end
|
||||
// and accessed from here via a hook.
|
||||
for (SDNode *N = SU->getNode(); N; N = N->getGluedNode()) {
|
||||
|
||||
@@ -320,7 +320,7 @@ private:
|
||||
/// 1. Preserve the architecture independence of stack protector generation.
|
||||
///
|
||||
/// 2. Preserve the normal IR level stack protector check for platforms like
|
||||
/// OpenBSD for which we support platform specific stack protector
|
||||
/// OpenBSD for which we support platform-specific stack protector
|
||||
/// generation.
|
||||
///
|
||||
/// The main problem that guided the present solution is that one can not
|
||||
@@ -338,7 +338,7 @@ private:
|
||||
/// basic block (where the return inst is placed) and then move it back
|
||||
/// later at SelectionDAG/MI time before the stack protector check if the
|
||||
/// tail call optimization failed. The MI level option was nixed
|
||||
/// immediately since it would require platform specific pattern
|
||||
/// immediately since it would require platform-specific pattern
|
||||
/// matching. The SelectionDAG level option was nixed because
|
||||
/// SelectionDAG only processes one IR level basic block at a time
|
||||
/// implying one could not create a DAG Combine to move the callinst.
|
||||
|
||||
Reference in New Issue
Block a user