diff options
author | Chris Lattner <sabre@nondot.org> | 2003-09-30 03:24:28 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-09-30 03:24:28 +0000 |
commit | cc83d5f3e298f18290e19ef62db7c3e8a059b2b6 (patch) | |
tree | fa9d424cf2244943b5ab6632b5244964ce7bfacb /llvm/tools/gccld/GenerateCode.cpp | |
parent | 5bc6a8fa38b880f6015ca87162865b238106c22d (diff) | |
download | bcm5719-llvm-cc83d5f3e298f18290e19ef62db7c3e8a059b2b6.tar.gz bcm5719-llvm-cc83d5f3e298f18290e19ef62db7c3e8a059b2b6.zip |
Update file headers for renamed files.
llvm-svn: 8758
Diffstat (limited to 'llvm/tools/gccld/GenerateCode.cpp')
-rw-r--r-- | llvm/tools/gccld/GenerateCode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/gccld/GenerateCode.cpp b/llvm/tools/gccld/GenerateCode.cpp index 09583df8d18..7660be5dd89 100644 --- a/llvm/tools/gccld/GenerateCode.cpp +++ b/llvm/tools/gccld/GenerateCode.cpp @@ -1,4 +1,4 @@ -//===- gencode.cpp - Functions for generating executable files -----------===// +//===- GenerateCode.cpp - Functions for generating executable files ------===// // // This file contains functions for generating executable files once linking // has finished. This includes generating a shell script to run the JIT or |