summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJinsong Ji <jji@us.ibm.com>2019-11-12 14:46:57 +0000
committerJinsong Ji <jji@us.ibm.com>2019-11-12 14:46:57 +0000
commit4cc0c2998d64156c9f848a8c2b2aed375ebd58b6 (patch)
treebb35bead514a8766fa154248da7aece565faa4cf
parent7d0b1d77b3d4d47df477519fd1bf099b3df6f899 (diff)
downloadbcm5719-llvm-4cc0c2998d64156c9f848a8c2b2aed375ebd58b6.tar.gz
bcm5719-llvm-4cc0c2998d64156c9f848a8c2b2aed375ebd58b6.zip
[PowerPC][NFC]Fix typo in desc for enable-ppc-prefetching
-rw-r--r--llvm/lib/Target/PowerPC/PPCTargetMachine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp b/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
index 40b790f27a1..d548e7ace68 100644
--- a/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
+++ b/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
@@ -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>
OpenPOWER on IntegriCloud