aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/SparcV9/SparcV9TargetMachine.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/SparcV9/SparcV9TargetMachine.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/SparcV9/SparcV9TargetMachine.cpp')
-rw-r--r--lib/Target/SparcV9/SparcV9TargetMachine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/SparcV9/SparcV9TargetMachine.cpp b/lib/Target/SparcV9/SparcV9TargetMachine.cpp
index e114674eb0..6fbc685df9 100644
--- a/lib/Target/SparcV9/SparcV9TargetMachine.cpp
+++ b/lib/Target/SparcV9/SparcV9TargetMachine.cpp
@@ -61,7 +61,7 @@ namespace {
cl::desc("Do not strip the LLVM bytecode in executable"));
// Register the target.
- RegisterTarget<SparcV9TargetMachine> X("sparcv9", "SPARC V9");
+ RegisterTarget<SparcV9TargetMachine> X("sparcv9", " SPARC V9");
}
unsigned SparcV9TargetMachine::getJITMatchQuality() {