[llvm-commits] [llvm] r40446 - /llvm/trunk/include/llvm/Transforms/Scalar.h

Owen Anderson resistor at mac.com
Mon Jul 23 14:51:37 PDT 2007


Author: resistor
Date: Mon Jul 23 16:51:37 2007
New Revision: 40446

URL: http://llvm.org/viewvc/llvm-project?rev=40446&view=rev
Log:
Fix a comment.

Modified:
    llvm/trunk/include/llvm/Transforms/Scalar.h

Modified: llvm/trunk/include/llvm/Transforms/Scalar.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Transforms/Scalar.h?rev=40446&r1=40445&r2=40446&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Transforms/Scalar.h (original)
+++ llvm/trunk/include/llvm/Transforms/Scalar.h Mon Jul 23 16:51:37 2007
@@ -332,7 +332,7 @@
 
 //===----------------------------------------------------------------------===//
 //
-// 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();





More information about the llvm-commits mailing list