diff options
| author | Teresa Johnson <tejohnson@google.com> | 2017-05-24 17:55:25 +0000 |
|---|---|---|
| committer | Teresa Johnson <tejohnson@google.com> | 2017-05-24 17:55:25 +0000 |
| commit | cd2aa0d2e45cc4159c73daeed0ae7d4ae4c040a3 (patch) | |
| tree | b37130d22d8d086c8569db746aa5dd0d20f7c2b1 /llvm/lib | |
| parent | 27dd659be181315aaf0af2b5386d3d8b1a7dc39c (diff) | |
| download | bcm5719-llvm-cd2aa0d2e45cc4159c73daeed0ae7d4ae4c040a3.tar.gz bcm5719-llvm-cd2aa0d2e45cc4159c73daeed0ae7d4ae4c040a3.zip | |
Fix a couple of typos in memory intrinsic optimization output (NFC)
s/instrinsic/intrinsic
llvm-svn: 303782
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp b/llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp index 990bcec109d..1e30dbf6b55 100644 --- a/llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp +++ b/llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp @@ -180,7 +180,7 @@ static cl::opt<bool> static cl::opt<bool> PGOInstrMemOP("pgo-instr-memop", cl::init(true), cl::Hidden, cl::desc("Use this option to turn on/off " - "memory instrinsic size profiling.")); + "memory intrinsic size profiling.")); // Command line option to turn on CFG dot dump after profile annotation. // Defined in Analysis/BlockFrequencyInfo.cpp: -pgo-view-counts |

