summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-11-26 18:00:00 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-11-26 18:00:00 +0000
commitfc371c6c1dc0b9d98fdbd7284152c126b869a73a (patch)
tree4fff5078c8b443022ce0756547035f83759e5483
parentf7a9a923590ea2541fc7b8a5c3003b0bb5c21764 (diff)
downloadbcm5719-llvm-fc371c6c1dc0b9d98fdbd7284152c126b869a73a.tar.gz
bcm5719-llvm-fc371c6c1dc0b9d98fdbd7284152c126b869a73a.zip
Cosmetic.
llvm-svn: 60110
-rw-r--r--llvm/lib/Target/PIC16/PIC16TargetMachine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16TargetMachine.cpp b/llvm/lib/Target/PIC16/PIC16TargetMachine.cpp
index f3a96f777f4..06f11174e1b 100644
--- a/llvm/lib/Target/PIC16/PIC16TargetMachine.cpp
+++ b/llvm/lib/Target/PIC16/PIC16TargetMachine.cpp
@@ -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,
OpenPOWER on IntegriCloud