[llvm-commits] CVS: llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sat Jul 10 22:29:01 PDT 2004
Changes in directory llvm/lib/Target/PowerPC:
PowerPCTargetMachine.cpp updated: 1.9 -> 1.10
---
Log message:
Make these format a bit nicer
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp
diff -u llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp:1.9 llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp:1.10
--- llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp:1.9 Sat Jul 10 21:46:18 2004
+++ llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp Sat Jul 10 22:27:40 2004
@@ -22,7 +22,7 @@
namespace {
// Register the target.
- RegisterTarget<PowerPCTargetMachine> X("powerpc", "PowerPC (experimental)");
+ RegisterTarget<PowerPCTargetMachine> X("powerpc", " PowerPC (experimental)");
}
// allocatePowerPCTargetMachine - Allocate and return a subclass of
More information about the llvm-commits
mailing list