Fix whitespace.
authorDan Gohman <gohman@apple.com>
Sat, 1 May 2010 00:33:28 +0000 (00:33 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 1 May 2010 00:33:28 +0000 (00:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102817 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

index e8fcf5bcad9717896ef5fe4c678793ebe902a3b5..4fc28058269d60d16d6ed98cae080aea6657d036 100644 (file)
@@ -212,7 +212,7 @@ bool SelectionDAGISel::runOnMachineFunction(MachineFunction &mf) {
 
   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();