forked from OSchip/llvm-project
[PowerPC][NFC]Fix typo in desc for enable-ppc-prefetching
This commit is contained in:
parent
7d0b1d77b3
commit
4cc0c2998d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue