aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/PostRASchedulerList.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-10-29 15:23:11 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-10-29 15:23:11 +0000
commitf51a34ec1fd66955dd4420cf58ca39b5a525e05d (patch)
treed26beda5ce796a33f96a8dacc3874eec567dff2b /llvm/lib/CodeGen/PostRASchedulerList.cpp
parente95d9d2c04d655439214672f73d276c72f7ec510 (diff)
downloadllvm-f51a34ec1fd66955dd4420cf58ca39b5a525e05d.zip
llvm-f51a34ec1fd66955dd4420cf58ca39b5a525e05d.tar.gz
llvm-f51a34ec1fd66955dd4420cf58ca39b5a525e05d.tar.bz2
Whitespace.
llvm-svn: 220857
Diffstat (limited to 'llvm/lib/CodeGen/PostRASchedulerList.cpp')
-rw-r--r--llvm/lib/CodeGen/PostRASchedulerList.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/lib/CodeGen/PostRASchedulerList.cpp b/llvm/lib/CodeGen/PostRASchedulerList.cpp
index 085c439..89e1d11 100644
--- a/llvm/lib/CodeGen/PostRASchedulerList.cpp
+++ b/llvm/lib/CodeGen/PostRASchedulerList.cpp
@@ -97,7 +97,7 @@ namespace {
}
bool runOnMachineFunction(MachineFunction &Fn) override;
-
+
bool enablePostRAScheduler(
const TargetSubtargetInfo &ST, CodeGenOpt::Level OptLevel,
TargetSubtargetInfo::AntiDepBreakMode &Mode,
@@ -559,10 +559,10 @@ void SchedulePostRATDList::ListScheduleTopDown() {
if (HT == ScheduleHazardRecognizer::NoHazard) {
if (HazardRec->ShouldPreferAnother(CurSUnit)) {
if (!NotPreferredSUnit) {
- // If this is the first non-preferred node for this cycle, then
- // record it and continue searching for a preferred node. If this
- // is not the first non-preferred node, then treat it as though
- // there had been a hazard.
+ // If this is the first non-preferred node for this cycle, then
+ // record it and continue searching for a preferred node. If this
+ // is not the first non-preferred node, then treat it as though
+ // there had been a hazard.
NotPreferredSUnit = CurSUnit;
continue;
}