From: Matheus Almeida Date: Tue, 1 Oct 2013 12:53:00 +0000 (+0000) Subject: Test commit. Updated comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5537013350006f34ca74c3b6e4c0799e8219753e;p=oota-llvm.git Test commit. Updated comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191748 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Mips/MipsInstrInfo.cpp b/lib/Target/Mips/MipsInstrInfo.cpp index eae05a38af6..ceb8eeae9f5 100644 --- a/lib/Target/Mips/MipsInstrInfo.cpp +++ b/lib/Target/Mips/MipsInstrInfo.cpp @@ -219,7 +219,7 @@ AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, // If there is only one terminator instruction, process it. if (!SecondLastOpc) { - // Unconditional branch + // Unconditional branch. if (LastOpc == UncondBrOpc) { TBB = LastInst->getOperand(0).getMBB(); return BT_Uncond;