From: Dan Gohman Date: Tue, 12 Aug 2008 17:42:33 +0000 (+0000) Subject: Correct the filename in the top-of-file comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=04f4f4f447806cd92a2fb6f4b66d11f6d5003a82;p=oota-llvm.git 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 --- diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp b/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp index 2665dc8f61f..be07f563f89 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 //