diff options
author | Dan Gohman <gohman@apple.com> | 2009-03-31 16:51:18 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-03-31 16:51:18 +0000 |
commit | d51f196ff5d18ef794c3064b1aa2bd7f16d771ed (patch) | |
tree | baf8f6632fbb3e429c4d4d5569acb3eca1127848 /llvm/lib/CodeGen/SelectionDAG/CallingConvLower.cpp | |
parent | 90ea62cba6f03f8a0951a731913ab6187a690b11 (diff) | |
download | bcm5719-llvm-d51f196ff5d18ef794c3064b1aa2bd7f16d771ed.tar.gz bcm5719-llvm-d51f196ff5d18ef794c3064b1aa2bd7f16d771ed.zip |
Minor top-level comment fix.
llvm-svn: 68113
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/CallingConvLower.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/CallingConvLower.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/CallingConvLower.cpp b/llvm/lib/CodeGen/SelectionDAG/CallingConvLower.cpp index c0077793d0e..7cd2b73e870 100644 --- a/llvm/lib/CodeGen/SelectionDAG/CallingConvLower.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/CallingConvLower.cpp @@ -1,4 +1,4 @@ -//===-- llvm/CallingConvLower.cpp - Calling Conventions -------------------===// +//===-- CallingConvLower.cpp - Calling Conventions ------------------------===// // // The LLVM Compiler Infrastructure // |