move the MCAsmInfo .cpp/.h files into the right
authorChris Lattner <sabre@nondot.org>
Sat, 22 Aug 2009 20:58:17 +0000 (20:58 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 22 Aug 2009 20:58:17 +0000 (20:58 +0000)
commit82d748d55c549dd055528ed10dbb534618ca8115
treea0e8cf4ac48a24458e50bc3233fddd98bb46f1a6
parente4d110be70089f68f0e70e6ce0637323ad77eaf5
move the MCAsmInfo .cpp/.h files into the right
directories and rename them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79768 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/llvm/MC/MCAsmInfo.h
include/llvm/MC/MCAsmInfoCOFF.h
include/llvm/MC/MCAsmInfoDarwin.h
include/llvm/Target/COFFTargetAsmInfo.h [deleted file]
include/llvm/Target/DarwinTargetAsmInfo.h [deleted file]
include/llvm/Target/TargetAsmInfo.h [deleted file]
lib/MC/MCAsmInfo.cpp [new file with mode: 0644]
lib/MC/MCAsmInfoCOFF.cpp [new file with mode: 0644]
lib/MC/MCAsmInfoDarwin.cpp [new file with mode: 0644]
lib/Target/COFFTargetAsmInfo.cpp [deleted file]
lib/Target/DarwinTargetAsmInfo.cpp [deleted file]
lib/Target/TargetAsmInfo.cpp [deleted file]