diff options
author | Owen Anderson <resistor@mac.com> | 2007-07-23 18:30:37 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2007-07-23 18:30:37 +0000 |
commit | d989711844dfe8b22144853998562a0d47508095 (patch) | |
tree | 975d602679f980e485b426f6ce2f0941d3ddd8b6 /lib/Transforms/Scalar/FastDSE.cpp | |
parent | 410ce1c49a1be77fcd8eb0cb4a5e144637976b4a (diff) |
Fix file header.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40440 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Scalar/FastDSE.cpp')
-rw-r--r-- | lib/Transforms/Scalar/FastDSE.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/FastDSE.cpp b/lib/Transforms/Scalar/FastDSE.cpp index 72857b9c47..abc0adec35 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 // |