Delete the allocate*TargetMachine functions. Move options to a header file
authorChris Lattner <sabre@nondot.org>
Sun, 11 Jul 2004 04:15:52 +0000 (04:15 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 11 Jul 2004 04:15:52 +0000 (04:15 +0000)
commit635ffcdf58f9bdc35c4ad4969fb35dc3659cf384
tree44883fd261fa1b4967d08de47074a109dc632330
parent988a1a0c664daf3dd85a3bfdbe6e867371f2f3ee
Delete the allocate*TargetMachine functions.  Move options to a header file
that makes sense.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14754 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetMachineImpls.h [deleted file]
include/llvm/Target/TargetOptions.h [new file with mode: 0644]