Fix a couple of 80 column violations.
authorWesley Peck <peckw@wesleypeck.com>
Fri, 23 Sep 2011 17:24:41 +0000 (17:24 +0000)
committerWesley Peck <peckw@wesleypeck.com>
Fri, 23 Sep 2011 17:24:41 +0000 (17:24 +0000)
patch contributed by Jia Liu!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140391 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/MBlaze/MBlazeFrameLowering.cpp
lib/Target/MBlaze/MBlazeInstrInfo.cpp

index e7639025cf1a9c7169fce6311f9c97b3a42c4746..f28d5a77d49ca0dd2e95d3a2888e5e0436a38b28 100644 (file)
@@ -1,4 +1,4 @@
-//=======- MBlazeFrameLowering.cpp - MBlaze Frame Information ------*- C++ -*-====//
+//===- MBlazeFrameLowering.cpp - MBlaze Frame Information ------*- C++ -*-====//
 //
 //                     The LLVM Compiler Infrastructure
 //
index fd74c6073f4f1ee444a2bf0454d21368fdb61850..7ae05b367cbad89c8a7104cdcaf81ef51eb5dbc5 100644 (file)
@@ -239,7 +239,8 @@ unsigned MBlazeInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
   return 2;
 }
 
-bool MBlazeInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
+bool MBlazeInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand>
+                                               &Cond) const {
   assert(Cond.size() == 2 && "Invalid MBlaze branch opcode!");
   switch (Cond[0].getImm()) {
   default:            return true;