summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-04-29 05:31:57 +0000
committerChris Lattner <sabre@nondot.org>2007-04-29 05:31:57 +0000
commit87351e2a5299bbce38761df7897d837b10663914 (patch)
tree3403ff30805427c79074c724c2333833395a01a0 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
parent222a8a43114204460e0aae65c2962bd2d1897f89 (diff)
downloadbcm5719-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.cpp2
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
//
OpenPOWER on IntegriCloud