aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PowerPCTargetMachine.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-07-11 03:27:42 +0000
committerChris Lattner <sabre@nondot.org>2004-07-11 03:27:42 +0000
commit71d24aab2d52986cc8203d0c268adb88b0001bc4 (patch)
tree8bbb480b59884cee4a6b4d49fb979c22b9e68192 /lib/Target/PowerPC/PowerPCTargetMachine.cpp
parent6a4dd24a995072c9c6f1ae45f19f94010d8389fb (diff)
Make these format a bit nicer
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14747 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PowerPCTargetMachine.cpp')
-rw-r--r--lib/Target/PowerPC/PowerPCTargetMachine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PowerPCTargetMachine.cpp b/lib/Target/PowerPC/PowerPCTargetMachine.cpp
index 7132e5de6d..a9b9cdea83 100644
--- a/lib/Target/PowerPC/PowerPCTargetMachine.cpp
+++ b/lib/Target/PowerPC/PowerPCTargetMachine.cpp
@@ -22,7 +22,7 @@ using namespace llvm;
namespace {
// Register the target.
- RegisterTarget<PowerPCTargetMachine> X("powerpc", "PowerPC (experimental)");
+ RegisterTarget<PowerPCTargetMachine> X("powerpc", " PowerPC (experimental)");
}
// allocatePowerPCTargetMachine - Allocate and return a subclass of