aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCTargetMachine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/PowerPC/PPCTargetMachine.cpp')
-rw-r--r--lib/Target/PowerPC/PPCTargetMachine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCTargetMachine.cpp b/lib/Target/PowerPC/PPCTargetMachine.cpp
index 1d6898a96c..6593fcd58d 100644
--- a/lib/Target/PowerPC/PPCTargetMachine.cpp
+++ b/lib/Target/PowerPC/PPCTargetMachine.cpp
@@ -25,7 +25,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