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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36549 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2007-04-29 05:31:57 +00:00
parent b627eab040
commit 1a9df8eee0

View File

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