[llvm-commits] [llvm] r40440 - /llvm/trunk/lib/Transforms/Scalar/FastDSE.cpp
Owen Anderson
resistor at mac.com
Mon Jul 23 11:30:37 PDT 2007
Author: resistor
Date: Mon Jul 23 13:30:37 2007
New Revision: 40440
URL: http://llvm.org/viewvc/llvm-project?rev=40440&view=rev
Log:
Fix file header.
Modified:
llvm/trunk/lib/Transforms/Scalar/FastDSE.cpp
Modified: llvm/trunk/lib/Transforms/Scalar/FastDSE.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Scalar/FastDSE.cpp?rev=40440&r1=40439&r2=40440&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Scalar/FastDSE.cpp (original)
+++ llvm/trunk/lib/Transforms/Scalar/FastDSE.cpp Mon Jul 23 13:30:37 2007
@@ -1,4 +1,4 @@
-//===- DeadStoreElimination.cpp - Dead Store Elimination ------------------===//
+//===- FastDSE.cpp - Fast Dead Store Elimination --------------------------===//
//
// The LLVM Compiler Infrastructure
//
More information about the llvm-commits
mailing list