From: Chris Lattner Date: Thu, 19 Apr 2007 18:42:38 +0000 (+0000) Subject: Fix a message, patch by Christopher Lamb. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=3e1b03f98d4781a054e7612b3da4cbe7c2eb431a;p=oota-llvm.git Fix a message, patch by Christopher Lamb. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36264 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/TargetMachine.cpp b/lib/Target/TargetMachine.cpp index 7f5ad587211..4e7048253a9 100644 --- a/lib/Target/TargetMachine.cpp +++ b/lib/Target/TargetMachine.cpp @@ -93,7 +93,7 @@ namespace { cl::opt DefCodeModel( "code-model", - cl::desc("Choose relocation model"), + cl::desc("Choose code model"), cl::location(CMModel), cl::init(CodeModel::Default), cl::values(