From: Jean-Michel Gorius Date: Thu, 21 May 2020 14:51:32 +0000 (+0200) Subject: [x86] NFC: Fix typo in command line option description X-Git-Tag: llvmorg-12-init~5450 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=439c8b2884a098bdbf5313b1a56db90b19e988c7;p=platform%2Fupstream%2Fllvm.git [x86] NFC: Fix typo in command line option description --- diff --git a/llvm/lib/Target/X86/X86DiscriminateMemOps.cpp b/llvm/lib/Target/X86/X86DiscriminateMemOps.cpp index 7051550..2ff8ee1 100644 --- a/llvm/lib/Target/X86/X86DiscriminateMemOps.cpp +++ b/llvm/lib/Target/X86/X86DiscriminateMemOps.cpp @@ -29,7 +29,7 @@ using namespace llvm; static cl::opt 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);