moved Writer.cpp -> BitcodeWriter.cpp to make it more unique in the tree.

llvm-svn: 36549
This commit is contained in:
Chris Lattner 2007-04-29 05:31:57 +00:00
parent daed13e4b8
commit ffbd0c541a

View File

@ -1,4 +1,4 @@
//===--- Bitcode/Writer/Writer.cpp - Bitcode Writer -----------------------===//
//===--- Bitcode/Writer/BitcodeWriter.cpp - Bitcode Writer ----------------===//
//
// The LLVM Compiler Infrastructure
//