aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DeadStores.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Analysis/DeadStores.cpp')
-rw-r--r--lib/Analysis/DeadStores.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/DeadStores.cpp b/lib/Analysis/DeadStores.cpp
index 62a4e3e71e..719b5eb6c0 100644
--- a/lib/Analysis/DeadStores.cpp
+++ b/lib/Analysis/DeadStores.cpp
@@ -166,7 +166,7 @@ public:
}
virtual const char* getDescription() const {
- return "Value stored to variable is never used.";
+ return "Value stored to variable is never subsequently read.";
}
virtual void EmitWarnings(BugReporter& BR) {