summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/include/llvm/Transforms/Scalar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Transforms/Scalar.h b/llvm/include/llvm/Transforms/Scalar.h
index 59306dceaca..b474552da2b 100644
--- a/llvm/include/llvm/Transforms/Scalar.h
+++ b/llvm/include/llvm/Transforms/Scalar.h
@@ -332,7 +332,7 @@ FunctionPass *createFastDeadStoreEliminationPass();
//===----------------------------------------------------------------------===//
//
-// FastDeadStoreElimination - This pass deletes loads that are dominated by
+// FastDeadLoadElimination - This pass deletes loads that are dominated by
// must-aliased loads and are not stored to between the loads.
//
FunctionPass *createFastDeadLoadEliminationPass();
OpenPOWER on IntegriCloud