[llvm-mca] Update the help text to reflect "physical" registers. NFC.

llvm-svn: 338430
This commit is contained in:
Matt Davis 2018-07-31 20:05:08 +00:00
parent 590b1fc881
commit 5ceaa98a4e
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ static cl::opt<unsigned>
static cl::opt<unsigned>
RegisterFileSize("register-file-size",
cl::desc("Maximum number of temporary registers which can "
cl::desc("Maximum number of physical registers which can "
"be used for register mappings"),
cl::cat(ToolOptions), cl::init(0));