diff options
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCTargetMachine.cpp')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCTargetMachine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp b/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp index 1d6898a96cd..6593fcd58de 100644 --- a/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp +++ b/llvm/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 |