commit | 1b79a2ff547a5ead0eef933bb02f51b3a2f4cc1c | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Sat May 01 00:33:28 2010 +0000 |
committer | Dan Gohman <gohman@apple.com> | Sat May 01 00:33:28 2010 +0000 |
tree | 13563a32a0bd13517ca86c898ee62bfbab28febb | |
parent | 5d11ea39f7f78169efdc4a62fd924e8f0661ca55 [diff] [blame] |
Fix whitespace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102817 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index e8fcf5b..4fc2805 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -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();