aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/FastDSE.cpp
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2007-07-23 18:30:37 +0000
committerOwen Anderson <resistor@mac.com>2007-07-23 18:30:37 +0000
commitd989711844dfe8b22144853998562a0d47508095 (patch)
tree975d602679f980e485b426f6ce2f0941d3ddd8b6 /lib/Transforms/Scalar/FastDSE.cpp
parent410ce1c49a1be77fcd8eb0cb4a5e144637976b4a (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.cpp2
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
//