[llvm-commits] [llvm] r102817 - /llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

Dan Gohman gohman at apple.com
Fri Apr 30 17:33:28 PDT 2010


Author: djg
Date: Fri Apr 30 19:33:28 2010
New Revision: 102817

URL: http://llvm.org/viewvc/llvm-project?rev=102817&view=rev
Log:
Fix whitespace.

Modified:
    llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

Modified: llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp?rev=102817&r1=102816&r2=102817&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp Fri Apr 30 19:33:28 2010
@@ -212,7 +212,7 @@
 
   SelectAllBasicBlocks(Fn);
 
- // If the first basic block in the function has live ins that need to be
+  // If the first basic block in the function has live ins that need to be
   // copied into vregs, emit the copies into the top of the block before
   // emitting the code for the block.
   MachineBasicBlock *EntryMBB = MF->begin();





More information about the llvm-commits mailing list