[llvm-commits] [llvm] r163932 - /llvm/trunk/include/llvm/Target/TargetSubtargetInfo.h
Andrew Trick
atrick at apple.com
Fri Sep 14 13:26:39 PDT 2012
Author: atrick
Date: Fri Sep 14 15:26:39 2012
New Revision: 163932
URL: http://llvm.org/viewvc/llvm-project?rev=163932&view=rev
Log:
whitespace
Modified:
llvm/trunk/include/llvm/Target/TargetSubtargetInfo.h
Modified: llvm/trunk/include/llvm/Target/TargetSubtargetInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetSubtargetInfo.h?rev=163932&r1=163931&r2=163932&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetSubtargetInfo.h (original)
+++ llvm/trunk/include/llvm/Target/TargetSubtargetInfo.h Fri Sep 14 15:26:39 2012
@@ -53,13 +53,13 @@
// scheduling and the specified optimization level meets the requirement
// return true to enable post-register-allocation scheduling. In
// CriticalPathRCs return any register classes that should only be broken
- // if on the critical path.
+ // if on the critical path.
virtual bool enablePostRAScheduler(CodeGenOpt::Level OptLevel,
AntiDepBreakMode& Mode,
RegClassVector& CriticalPathRCs) const;
// adjustSchedDependency - Perform target specific adjustments to
// the latency of a schedule dependency.
- virtual void adjustSchedDependency(SUnit *def, SUnit *use,
+ virtual void adjustSchedDependency(SUnit *def, SUnit *use,
SDep& dep) const { }
};
More information about the llvm-commits
mailing list