summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CriticalAntiDepBreaker.h
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-01-06 16:48:02 +0000
committerJim Grosbach <grosbach@apple.com>2010-01-06 16:48:02 +0000
commit2973b57093b017f2e3b5f5edd0be9d4ea180f0e9 (patch)
treeaf6a71c2f579d433105337bc6161b0571b2d60f2 /lib/CodeGen/CriticalAntiDepBreaker.h
parente10920d678c4d6046619e51770de1c9de0c3fe0a (diff)
downloadllvm-2973b57093b017f2e3b5f5edd0be9d4ea180f0e9.tar.gz
llvm-2973b57093b017f2e3b5f5edd0be9d4ea180f0e9.tar.bz2
llvm-2973b57093b017f2e3b5f5edd0be9d4ea180f0e9.tar.xz
80 column and whitespace cleanup
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92837 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CriticalAntiDepBreaker.h')
-rw-r--r--lib/CodeGen/CriticalAntiDepBreaker.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/CodeGen/CriticalAntiDepBreaker.h b/lib/CodeGen/CriticalAntiDepBreaker.h
index 496888d45f..3740667193 100644
--- a/lib/CodeGen/CriticalAntiDepBreaker.h
+++ b/lib/CodeGen/CriticalAntiDepBreaker.h
@@ -64,11 +64,12 @@ namespace llvm {
public:
CriticalAntiDepBreaker(MachineFunction& MFi);
~CriticalAntiDepBreaker();
-
+
/// Start - Initialize anti-dep breaking for a new basic block.
void StartBlock(MachineBasicBlock *BB);
- /// BreakAntiDependencies - Identifiy anti-dependencies along the critical path
+ /// BreakAntiDependencies - Identifiy anti-dependencies along the critical
+ /// path
/// of the ScheduleDAG and break them by renaming registers.
///
unsigned BreakAntiDependencies(std::vector<SUnit>& SUnits,