From: Owen Anderson Date: Mon, 23 Jul 2007 18:30:37 +0000 (+0000) Subject: Fix file header. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d989711844dfe8b22144853998562a0d47508095;p=oota-llvm.git Fix file header. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40440 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 //