diff options
author | Andrew Trick <atrick@apple.com> | 2012-02-08 21:22:43 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2012-02-08 21:22:43 +0000 |
commit | 9e761997d88955df346e9f0b574578ad48891808 (patch) | |
tree | 1af1975b385c4da19d308c32a481d5314d2f68db /llvm/lib/CodeGen/BranchFolding.cpp | |
parent | dd37d52f950d47d5e303b5922af0b3e8496f41e9 (diff) | |
download | bcm5719-llvm-9e761997d88955df346e9f0b574578ad48891808.tar.gz bcm5719-llvm-9e761997d88955df346e9f0b574578ad48891808.zip |
whitespace
llvm-svn: 150094
Diffstat (limited to 'llvm/lib/CodeGen/BranchFolding.cpp')
-rw-r--r-- | llvm/lib/CodeGen/BranchFolding.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/BranchFolding.cpp b/llvm/lib/CodeGen/BranchFolding.cpp index 8e59411c13d..af37742c4b5 100644 --- a/llvm/lib/CodeGen/BranchFolding.cpp +++ b/llvm/lib/CodeGen/BranchFolding.cpp @@ -208,7 +208,7 @@ bool BranchFolder::OptimizeFunction(MachineFunction &MF, delete RS; return MadeChange; } - + // Walk the function to find jump tables that are live. BitVector JTIsLive(JTI->getJumpTables().size()); for (MachineFunction::iterator BB = MF.begin(), E = MF.end(); @@ -1095,7 +1095,7 @@ ReoptimizeBlock: MachineBasicBlock::iterator PrevBBIter = PrevBB.end(); --PrevBBIter; MachineBasicBlock::iterator MBBIter = MBB->begin(); - // Check if DBG_VALUE at the end of PrevBB is identical to the + // Check if DBG_VALUE at the end of PrevBB is identical to the // DBG_VALUE at the beginning of MBB. while (PrevBBIter != PrevBB.begin() && MBBIter != MBB->end() && PrevBBIter->isDebugValue() && MBBIter->isDebugValue()) { |