aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-03-09 07:51:01 +0000
committerChris Lattner <sabre@nondot.org>2008-03-09 07:51:01 +0000
commitd9c4c450bf3836cf71047364253d582a6cdaf5ad (patch)
tree4f3a5b821d56c6d9d86418b34c43bb83ef85ee2e
parent3f4cc3101e4c6cccd2ecc2604205ff819fcfa40f (diff)
downloadexternal_llvm-d9c4c450bf3836cf71047364253d582a6cdaf5ad.zip
external_llvm-d9c4c450bf3836cf71047364253d582a6cdaf5ad.tar.gz
external_llvm-d9c4c450bf3836cf71047364253d582a6cdaf5ad.tar.bz2
fix 80 col violation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48100 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/SelectionDAG/ScheduleDAG.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp b/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
index 88c7aa7..5c8e590 100644
--- a/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
+++ b/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
@@ -935,7 +935,8 @@ void ScheduleDAG::EmitNoop() {
TII->insertNoop(*BB, BB->end());
}
-void ScheduleDAG::EmitCrossRCCopy(SUnit *SU, DenseMap<SUnit*, unsigned> &VRBaseMap) {
+void ScheduleDAG::EmitCrossRCCopy(SUnit *SU,
+ DenseMap<SUnit*, unsigned> &VRBaseMap) {
for (SUnit::const_pred_iterator I = SU->Preds.begin(), E = SU->Preds.end();
I != E; ++I) {
if (I->isCtrl) continue; // ignore chain preds