aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-03-31 16:51:18 +0000
committerDan Gohman <gohman@apple.com>2009-03-31 16:51:18 +0000
commit456e281c11914034558f9878f88688ab7873647a (patch)
tree80c0a87bc891ca83dfae6095f1a560a5efc452b5 /lib/CodeGen/SelectionDAG
parent4b6fce4c0575ab16428970ea8e18e73cd96cea39 (diff)
downloadexternal_llvm-456e281c11914034558f9878f88688ab7873647a.zip
external_llvm-456e281c11914034558f9878f88688ab7873647a.tar.gz
external_llvm-456e281c11914034558f9878f88688ab7873647a.tar.bz2
Minor top-level comment fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68113 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG')
-rw-r--r--lib/CodeGen/SelectionDAG/CallingConvLower.cpp2
1 files changed, 1 insertions, 1 deletions
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
//