aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CellSPU/SPUInstrInfo.h
diff options
context:
space:
mode:
authorScott Michel <scottm@aero.org>2009-01-26 03:37:41 +0000
committerScott Michel <scottm@aero.org>2009-01-26 03:37:41 +0000
commit19c10e658a3bcf6e01e2a83ffe9b8dd75adcb182 (patch)
tree8ab928503ef99080ecce7c178dc31b1282703a32 /lib/Target/CellSPU/SPUInstrInfo.h
parentc9c8b2a804b2cd3d33a6a965e06a21ff93968f97 (diff)
downloadexternal_llvm-19c10e658a3bcf6e01e2a83ffe9b8dd75adcb182.zip
external_llvm-19c10e658a3bcf6e01e2a83ffe9b8dd75adcb182.tar.gz
external_llvm-19c10e658a3bcf6e01e2a83ffe9b8dd75adcb182.tar.bz2
Untabify code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62991 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/CellSPU/SPUInstrInfo.h')
-rw-r--r--lib/Target/CellSPU/SPUInstrInfo.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Target/CellSPU/SPUInstrInfo.h b/lib/Target/CellSPU/SPUInstrInfo.h
index 7bbdfad..0ec3b5f 100644
--- a/lib/Target/CellSPU/SPUInstrInfo.h
+++ b/lib/Target/CellSPU/SPUInstrInfo.h
@@ -103,14 +103,14 @@ namespace llvm {
bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
virtual bool AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
- MachineBasicBlock *&FBB,
- SmallVectorImpl<MachineOperand> &Cond) const;
+ MachineBasicBlock *&FBB,
+ SmallVectorImpl<MachineOperand> &Cond) const;
virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
- MachineBasicBlock *FBB,
- const SmallVectorImpl<MachineOperand> &Cond) const;
+ MachineBasicBlock *FBB,
+ const SmallVectorImpl<MachineOperand> &Cond) const;
};
}