[llvm] 439c8b2 - [x86] NFC: Fix typo in command line option description

Jean-Michel Gorius via llvm-commits llvm-commits at lists.llvm.org
Thu May 21 07:53:54 PDT 2020


Author: Jean-Michel Gorius
Date: 2020-05-21T16:53:25+02:00
New Revision: 439c8b2884a098bdbf5313b1a56db90b19e988c7

URL: https://github.com/llvm/llvm-project/commit/439c8b2884a098bdbf5313b1a56db90b19e988c7
DIFF: https://github.com/llvm/llvm-project/commit/439c8b2884a098bdbf5313b1a56db90b19e988c7.diff

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

Added: 
    

Modified: 
    llvm/lib/Target/X86/X86DiscriminateMemOps.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/X86/X86DiscriminateMemOps.cpp b/llvm/lib/Target/X86/X86DiscriminateMemOps.cpp
index 7051550d52e6..2ff8ee19561b 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<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);


        


More information about the llvm-commits mailing list