1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

[x86] NFC: Fix typo in command line option description

This commit is contained in:
Jean-Michel Gorius 2020-05-21 16:51:32 +02:00
parent 7c091722a6
commit 5163d6baec

View File

@ -29,7 +29,7 @@ using namespace llvm;
static cl::opt<bool> EnableDiscriminateMemops(
DEBUG_TYPE, cl::init(false),
cl::desc("Generate unique debug info for each instruction with a memory "
"operand. Should be enabled for profile-drived cache prefetching, "
"operand. Should be enabled for profile-driven cache prefetching, "
"both in the build of the binary being profiled, as well as in "
"the build of the binary consuming the profile."),
cl::Hidden);