summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-06-25 22:02:28 +0000
committerJim Grosbach <grosbach@apple.com>2010-06-25 22:02:28 +0000
commit8a6deefec65d912281a9426c3627f4c9b5bd1626 (patch)
tree2f7fb002e518ae77b9b20f2fa7ae9461100dadaa /llvm/lib
parentce97d55ad94ebc11b978a2e7cfa7c11abbbdb3e1 (diff)
downloadbcm5719-llvm-8a6deefec65d912281a9426c3627f4c9b5bd1626.tar.gz
bcm5719-llvm-8a6deefec65d912281a9426c3627f4c9b5bd1626.zip
80 column and typo fix
llvm-svn: 106894
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/IfConversion.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/IfConversion.cpp b/llvm/lib/CodeGen/IfConversion.cpp
index 8d49212bf24..0b40d8e0389 100644
--- a/llvm/lib/CodeGen/IfConversion.cpp
+++ b/llvm/lib/CodeGen/IfConversion.cpp
@@ -951,7 +951,7 @@ static void UpdatePredRedefs(MachineInstr *MI, SmallSet<unsigned,4> &Redefs,
if (AddImpUse)
// Treat predicated update as read + write.
MI->addOperand(MachineOperand::CreateReg(Reg, false/*IsDef*/,
- true/*IsImp*/,false/*IsKill*/));
+ true/*IsImp*/,false/*IsKill*/));
} else {
Redefs.insert(Reg);
for (const unsigned *SR = TRI->getSubRegisters(Reg); *SR; ++SR)
@@ -1205,7 +1205,7 @@ bool IfConverter::IfConvertDiamond(BBInfo &BBI, IfcvtKind Kind,
// Remove the conditional branch from entry to the blocks.
BBI.NonPredSize -= TII->RemoveBranch(*BBI.BB);
- // Initialize liveins to the first BB. These are potentiall redefined by
+ // Initialize liveins to the first BB. These are potentially redefined by
// predicated instructions.
SmallSet<unsigned, 4> Redefs;
InitPredRedefs(BBI1->BB, Redefs, TRI);
OpenPOWER on IntegriCloud