diff options
author | Chris Lattner <sabre@nondot.org> | 2007-04-29 05:31:57 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-04-29 05:31:57 +0000 |
commit | 87351e2a5299bbce38761df7897d837b10663914 (patch) | |
tree | 3403ff30805427c79074c724c2333833395a01a0 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 222a8a43114204460e0aae65c2962bd2d1897f89 (diff) | |
download | bcm5719-llvm-87351e2a5299bbce38761df7897d837b10663914.tar.gz bcm5719-llvm-87351e2a5299bbce38761df7897d837b10663914.zip |
moved Writer.cpp -> BitcodeWriter.cpp to make it more unique in the tree.
llvm-svn: 36549
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
-rw-r--r-- | llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp b/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp index 421316cb3bb..5851710fe0d 100644 --- a/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp +++ b/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp @@ -1,4 +1,4 @@ -//===--- Bitcode/Writer/Writer.cpp - Bitcode Writer -----------------------===// +//===--- Bitcode/Writer/BitcodeWriter.cpp - Bitcode Writer ----------------===// // // The LLVM Compiler Infrastructure // |