aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms/Scalar.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Transforms/Scalar.h')
-rw-r--r--include/llvm/Transforms/Scalar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Transforms/Scalar.h b/include/llvm/Transforms/Scalar.h
index 59306dc..b474552 100644
--- a/include/llvm/Transforms/Scalar.h
+++ b/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();