[PowerPC][NFC]Fix typo in desc for enable-ppc-prefetching

This commit is contained in:
Jinsong Ji 2019-11-12 14:46:57 +00:00
parent 7d0b1d77b3
commit 4cc0c2998d
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ EnableGEPOpt("ppc-gep-opt", cl::Hidden,
static cl::opt<bool>
EnablePrefetch("enable-ppc-prefetching",
cl::desc("disable software prefetching on PPC"),
cl::desc("enable software prefetching on PPC"),
cl::init(false), cl::Hidden);
static cl::opt<bool>