[llvm-commits] [llvm] r83607 - /llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h

Evan Cheng evan.cheng at apple.com
Thu Oct 8 17:57:39 PDT 2009


Author: evancheng
Date: Thu Oct  8 19:57:38 2009
New Revision: 83607

URL: http://llvm.org/viewvc/llvm-project?rev=83607&view=rev
Log:
Indentation.

Modified:
    llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h

Modified: llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h?rev=83607&r1=83606&r2=83607&view=diff

==============================================================================
--- llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h (original)
+++ llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h Thu Oct  8 19:57:38 2009
@@ -254,8 +254,7 @@
     /// findGapBeforeInstr - Find an empty instruction slot before the
     /// specified index. If "Furthest" is true, find one that's furthest
     /// away from the index (but before any index that's occupied).
-    LiveIndex findGapBeforeInstr(LiveIndex Index,
-                                         bool Furthest = false) {
+    LiveIndex findGapBeforeInstr(LiveIndex Index, bool Furthest = false) {
       Index = getBaseIndex(getPrevIndex(Index));
       if (getInstructionFromIndex(Index))
         return LiveIndex();  // No gap!





More information about the llvm-commits mailing list