From d3a8c81c04b92fbed5e1792338e44708f9097850 Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Mon, 23 Jul 2007 18:30:37 +0000 Subject: [PATCH] Fix file header. llvm-svn: 40440 --- lib/Transforms/Scalar/FastDSE.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Transforms/Scalar/FastDSE.cpp b/lib/Transforms/Scalar/FastDSE.cpp index 72857b9c47a..abc0adec354 100644 --- a/lib/Transforms/Scalar/FastDSE.cpp +++ b/lib/Transforms/Scalar/FastDSE.cpp @@ -1,4 +1,4 @@ -//===- DeadStoreElimination.cpp - Dead Store Elimination ------------------===// +//===- FastDSE.cpp - Fast Dead Store Elimination --------------------------===// // // The LLVM Compiler Infrastructure //