diff options
author | Dan Gohman <gohman@apple.com> | 2010-02-10 16:03:48 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-02-10 16:03:48 +0000 |
commit | 4a618827de7c540c68685789d1eb9b2b50cdc33f (patch) | |
tree | 0d17edfcf8589f2399f826701396f57fe8f98da8 /llvm/lib/CodeGen/CodePlacementOpt.cpp | |
parent | 7bf08432d2c618de728bc7671b8c5360966050bf (diff) | |
download | bcm5719-llvm-4a618827de7c540c68685789d1eb9b2b50cdc33f.tar.gz bcm5719-llvm-4a618827de7c540c68685789d1eb9b2b50cdc33f.zip |
Fix "the the" and similar typos.
llvm-svn: 95781
Diffstat (limited to 'llvm/lib/CodeGen/CodePlacementOpt.cpp')
-rw-r--r-- | llvm/lib/CodeGen/CodePlacementOpt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CodePlacementOpt.cpp b/llvm/lib/CodeGen/CodePlacementOpt.cpp index cbf5b891f8b..05a57d45343 100644 --- a/llvm/lib/CodeGen/CodePlacementOpt.cpp +++ b/llvm/lib/CodeGen/CodePlacementOpt.cpp @@ -115,7 +115,7 @@ bool CodePlacementOpt::HasAnalyzableTerminator(MachineBasicBlock *MBB) { // Ask the target's AnalyzeBranch if it can handle this block. MachineBasicBlock *TBB = 0, *FBB = 0; SmallVector<MachineOperand, 4> Cond; - // Make the the terminator is understood. + // Make the terminator is understood. if (TII->AnalyzeBranch(*MBB, TBB, FBB, Cond)) return false; // Make sure we have the option of reversing the condition. |