Cosmetic.

llvm-svn: 60110
This commit is contained in:
Evan Cheng 2008-11-26 18:00:00 +00:00
parent f7a9a92359
commit fc371c6c1d
1 changed files with 2 additions and 2 deletions

View File

@ -33,9 +33,9 @@ int PIC16TargetMachineModule = 0;
// Register the targets
static RegisterTarget<PIC16TargetMachine>
X("pic16", "PIC16 14-bit (experimental).");
X("pic16", "PIC16 14-bit [experimental].");
static RegisterTarget<CooperTargetMachine>
Y("cooper", "PIC16 Cooper (experimental).");
Y("cooper", "PIC16 Cooper [experimental].");
// PIC16TargetMachine - Traditional PIC16 Machine.
PIC16TargetMachine::PIC16TargetMachine(const Module &M, const std::string &FS,