mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-16 20:40:16 +00:00
Fix a couple of 80 column violations.
patch contributed by Jia Liu! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140391 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dc0baf9b40
commit
2e3441e5e5
@ -1,4 +1,4 @@
|
||||
//=======- MBlazeFrameLowering.cpp - MBlaze Frame Information ------*- C++ -*-====//
|
||||
//===- MBlazeFrameLowering.cpp - MBlaze Frame Information ------*- C++ -*-====//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user