[llvm-commits] CVS: llvm/lib/Target/TargetMachine.cpp

Chris Lattner sabre at nondot.org
Thu Apr 19 11:42:56 PDT 2007



Changes in directory llvm/lib/Target:

TargetMachine.cpp updated: 1.61 -> 1.62
---
Log message:

Fix a message, patch by Christopher Lamb.


---
Diffs of the changes:  (+1 -1)

 TargetMachine.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Target/TargetMachine.cpp
diff -u llvm/lib/Target/TargetMachine.cpp:1.61 llvm/lib/Target/TargetMachine.cpp:1.62
--- llvm/lib/Target/TargetMachine.cpp:1.61	Mon Jan 29 16:40:03 2007
+++ llvm/lib/Target/TargetMachine.cpp	Thu Apr 19 13:42:38 2007
@@ -93,7 +93,7 @@
   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(






More information about the llvm-commits mailing list