From: Matt Davis Date: Tue, 31 Jul 2018 20:05:08 +0000 (+0000) Subject: [llvm-mca] Update the help text to reflect "physical" registers. NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99802f3deb01c8fcdc50b816eaa552b59af7c3b8;p=llvm [llvm-mca] Update the help text to reflect "physical" registers. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@338430 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm-mca/llvm-mca.cpp b/tools/llvm-mca/llvm-mca.cpp index 2d292f375e6..897ff232a36 100644 --- a/tools/llvm-mca/llvm-mca.cpp +++ b/tools/llvm-mca/llvm-mca.cpp @@ -96,7 +96,7 @@ static cl::opt static cl::opt 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));