Fix a comment.
authorOwen Anderson <resistor@mac.com>
Mon, 23 Jul 2007 21:51:37 +0000 (21:51 +0000)
committerOwen Anderson <resistor@mac.com>
Mon, 23 Jul 2007 21:51:37 +0000 (21:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40446 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/Scalar.h

index 59306dceaca387ffee62bb8912948758f3407138..b474552da2bd9821a2161815d5ba7a09a78b54b0 100644 (file)
@@ -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();