aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-05-01 00:33:28 +0000
committerDan Gohman <gohman@apple.com>2010-05-01 00:33:28 +0000
commit1cee581edc39c1c21f28ef723046e7ee53cd9549 (patch)
tree13563a32a0bd13517ca86c898ee62bfbab28febb /lib
parent764bd4bf9503227ad36c3f423965fd5c7476cc38 (diff)
downloadexternal_llvm-1cee581edc39c1c21f28ef723046e7ee53cd9549.tar.gz
external_llvm-1cee581edc39c1c21f28ef723046e7ee53cd9549.tar.bz2
external_llvm-1cee581edc39c1c21f28ef723046e7ee53cd9549.zip
Fix whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102817 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index e8fcf5bcad..4fc2805826 100644
--- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -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();