[llvm] r191748 - Test commit. Updated comment.
Matheus Almeida
matheus.almeida at imgtec.com
Tue Oct 1 05:53:00 PDT 2013
Author: matheusalmeida
Date: Tue Oct 1 07:53:00 2013
New Revision: 191748
URL: http://llvm.org/viewvc/llvm-project?rev=191748&view=rev
Log:
Test commit. Updated comment.
Modified:
llvm/trunk/lib/Target/Mips/MipsInstrInfo.cpp
Modified: llvm/trunk/lib/Target/Mips/MipsInstrInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Mips/MipsInstrInfo.cpp?rev=191748&r1=191747&r2=191748&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Mips/MipsInstrInfo.cpp (original)
+++ llvm/trunk/lib/Target/Mips/MipsInstrInfo.cpp Tue Oct 1 07:53:00 2013
@@ -219,7 +219,7 @@ AnalyzeBranch(MachineBasicBlock &MBB, Ma
// 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;
More information about the llvm-commits
mailing list