diff options
author | Dan Gohman <gohman@apple.com> | 2008-08-12 17:42:33 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-08-12 17:42:33 +0000 |
commit | 04f4f4f447806cd92a2fb6f4b66d11f6d5003a82 (patch) | |
tree | 56d93505014d524afb1e28867d3b73fa7e4927d4 | |
parent | ee4bd9a5b4742730002d3efd2d1204d9348f27a3 (diff) |
Correct the filename in the top-of-file comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54688 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp b/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp index 2665dc8f61..be07f563f8 100644 --- a/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp +++ b/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp @@ -1,4 +1,4 @@ -//===----- ScheduleDAGList.cpp - Reg pressure reduction list scheduler ----===// +//===----- ScheduleDAGRRList.cpp - Reg pressure reduction list scheduler --===// // // The LLVM Compiler Infrastructure // |