[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 1a2e8b3f71
commit 439c8b2884
1 changed files with 1 additions and 1 deletions

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);