[llvm-commits] CVS: llvm/lib/Target/SparcV9/SparcV9BurgISel.cpp SparcV9RegInfo.cpp SparcV9TmpInstr.cpp
Jeff Cohen
jeffc at jolt-lang.org
Tue Jul 26 23:12:58 PDT 2005
Changes in directory llvm/lib/Target/SparcV9:
SparcV9BurgISel.cpp updated: 1.23 -> 1.24
SparcV9RegInfo.cpp updated: 1.142 -> 1.143
SparcV9TmpInstr.cpp updated: 1.6 -> 1.7
---
Log message:
Eliminate all remaining tabs and trailing spaces.
---
Diffs of the changes: (+7 -7)
SparcV9BurgISel.cpp | 10 +++++-----
SparcV9RegInfo.cpp | 2 +-
SparcV9TmpInstr.cpp | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
Index: llvm/lib/Target/SparcV9/SparcV9BurgISel.cpp
diff -u llvm/lib/Target/SparcV9/SparcV9BurgISel.cpp:1.23 llvm/lib/Target/SparcV9/SparcV9BurgISel.cpp:1.24
--- llvm/lib/Target/SparcV9/SparcV9BurgISel.cpp:1.23 Wed Jul 27 00:53:43 2005
+++ llvm/lib/Target/SparcV9/SparcV9BurgISel.cpp Wed Jul 27 01:12:33 2005
@@ -11,7 +11,7 @@
// construct a forest of BURG instruction trees (class InstrForest) and then
// uses the BURG-generated tree grammar (BURM) to find the optimal instruction
// sequences for the SparcV9.
-//
+//
//===----------------------------------------------------------------------===//
#include "MachineInstrAnnot.h"
@@ -2339,7 +2339,7 @@
CreateShiftInstructions(target, F, opCode, lval, NULL, pow,
tmpNeg, mvec, mcfi);
}
-
+
}
if (mvec.size() > 0 && needNeg) {
@@ -2883,9 +2883,9 @@
case Intrinsic::vacopy:
{
MachineCodeForInstruction& m1 = MachineCodeForInstruction::get(&callInstr);
- TmpInstruction* VReg =
+ TmpInstruction* VReg =
new TmpInstruction(m1, callInstr.getOperand(1)->getType());
-
+
// Simple store of current va_list (arg2) to new va_list (arg1)
mvec.push_back(BuildMI(V9::LDXi, 3).
addReg(callInstr.getOperand(2)).addSImm(0).addRegDef(VReg));
@@ -2926,7 +2926,7 @@
default:
break;
}
- return false;
+ return false;
}
/// GetInstructionsByRule - Choose machine instructions for the
Index: llvm/lib/Target/SparcV9/SparcV9RegInfo.cpp
diff -u llvm/lib/Target/SparcV9/SparcV9RegInfo.cpp:1.142 llvm/lib/Target/SparcV9/SparcV9RegInfo.cpp:1.143
--- llvm/lib/Target/SparcV9/SparcV9RegInfo.cpp:1.142 Wed Jul 27 00:53:43 2005
+++ llvm/lib/Target/SparcV9/SparcV9RegInfo.cpp Wed Jul 27 01:12:33 2005
@@ -474,7 +474,7 @@
cpMem2RegMI(InstrnsBefore,
getFramePointer(), TmpOff, UniLRReg, regType);
}
- else {
+ else {
cpReg2RegMI(InstrnsBefore, UniArgReg, UniLRReg, regType);
}
}
Index: llvm/lib/Target/SparcV9/SparcV9TmpInstr.cpp
diff -u llvm/lib/Target/SparcV9/SparcV9TmpInstr.cpp:1.6 llvm/lib/Target/SparcV9/SparcV9TmpInstr.cpp:1.7
--- llvm/lib/Target/SparcV9/SparcV9TmpInstr.cpp:1.6 Wed Jul 27 00:53:43 2005
+++ llvm/lib/Target/SparcV9/SparcV9TmpInstr.cpp Wed Jul 27 01:12:33 2005
@@ -9,7 +9,7 @@
//
// Methods of class for temporary intermediate values used within the current
// SparcV9 backend.
-//
+//
//===----------------------------------------------------------------------===//
#include "SparcV9TmpInstr.h"
More information about the llvm-commits
mailing list