[llvm-commits] CVS: llvm/lib/Target/X86/X86TargetMachine.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sat Jul 10 22:28:01 PDT 2004
Changes in directory llvm/lib/Target/X86:
X86TargetMachine.cpp updated: 1.60 -> 1.61
---
Log message:
Make these format a bit nicer
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/Target/X86/X86TargetMachine.cpp
diff -u llvm/lib/Target/X86/X86TargetMachine.cpp:1.60 llvm/lib/Target/X86/X86TargetMachine.cpp:1.61
--- llvm/lib/Target/X86/X86TargetMachine.cpp:1.60 Sat Jul 10 21:44:51 2004
+++ llvm/lib/Target/X86/X86TargetMachine.cpp Sat Jul 10 22:27:35 2004
@@ -38,7 +38,7 @@
cl::desc("Use the hand coded 'simple' X86 instruction selector"));
// Register the target.
- RegisterTarget<X86TargetMachine> X("x86", "IA-32 (Pentium and above)");
+ RegisterTarget<X86TargetMachine> X("x86", " IA-32 (Pentium and above)");
}
// allocateX86TargetMachine - Allocate and return a subclass of TargetMachine
More information about the llvm-commits
mailing list