commit | f17684ec1e0a48745c7f5dc5b5192d490f743399 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Tue Mar 31 16:51:18 2009 +0000 |
committer | Dan Gohman <gohman@apple.com> | Tue Mar 31 16:51:18 2009 +0000 |
tree | 80c0a87bc891ca83dfae6095f1a560a5efc452b5 | |
parent | 9404476a800ff99fbee2e413a9d7693005e3124a [diff] [blame] |
Minor top-level comment fix. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68113 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/CallingConvLower.cpp b/lib/CodeGen/SelectionDAG/CallingConvLower.cpp index c007779..7cd2b73 100644 --- a/lib/CodeGen/SelectionDAG/CallingConvLower.cpp +++ b/lib/CodeGen/SelectionDAG/CallingConvLower.cpp
@@ -1,4 +1,4 @@ -//===-- llvm/CallingConvLower.cpp - Calling Conventions -------------------===// +//===-- CallingConvLower.cpp - Calling Conventions ------------------------===// // // The LLVM Compiler Infrastructure //