summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-04-19 18:42:38 +0000
committerChris Lattner <sabre@nondot.org>2007-04-19 18:42:38 +0000
commit25e62eb63bb959f95396cc548d579758e3e44da3 (patch)
tree30fb75673e00e7dc5927807722a3470bfe951edc /llvm/lib
parent42cd7253b17f24ba341b8ab9dbb3c7eeeae232fd (diff)
downloadbcm5719-llvm-25e62eb63bb959f95396cc548d579758e3e44da3.tar.gz
bcm5719-llvm-25e62eb63bb959f95396cc548d579758e3e44da3.zip
Fix a message, patch by Christopher Lamb.
llvm-svn: 36264
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/TargetMachine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/TargetMachine.cpp b/llvm/lib/Target/TargetMachine.cpp
index 7f5ad587211..4e7048253a9 100644
--- a/llvm/lib/Target/TargetMachine.cpp
+++ b/llvm/lib/Target/TargetMachine.cpp
@@ -93,7 +93,7 @@ namespace {
cl::opt<llvm::CodeModel::Model, true>
DefCodeModel(
"code-model",
- cl::desc("Choose relocation model"),
+ cl::desc("Choose code model"),
cl::location(CMModel),
cl::init(CodeModel::Default),
cl::values(
OpenPOWER on IntegriCloud