1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Cosmetic.

llvm-svn: 60110
This commit is contained in:
Evan Cheng 2008-11-26 18:00:00 +00:00
parent f64dd4b09c
commit c18e38d19f

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,