whitespace
authorAndrew Trick <atrick@apple.com>
Fri, 14 Sep 2012 20:26:39 +0000 (20:26 +0000)
committerAndrew Trick <atrick@apple.com>
Fri, 14 Sep 2012 20:26:39 +0000 (20:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163932 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetSubtargetInfo.h

index fc23b2c6b58df94100d7bbcf7e1349064458568e..af4cc1ed2b33be6f34c9506dbc6cde05b74510d4 100644 (file)
@@ -53,13 +53,13 @@ public:
   // 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 { }
 };