Change C, CBE, MSIL to not provide target data via getTargetData().
authorDaniel Dunbar <daniel@zuster.org>
Mon, 3 Aug 2009 17:40:25 +0000 (17:40 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 3 Aug 2009 17:40:25 +0000 (17:40 +0000)
commitd1a919e1396ce4bc424f4f24bb69d79a2afd7ea0
tree1da92c1fff188dfd8ffb675a7f895a5fbdc8c27f
parent2caf1b212e2db36c52f3a7c3e391ea2800802c60
Change C, CBE, MSIL to not provide target data via getTargetData().
 - The theory is these should never actually be called, since these boil down to
   passes which can access the target data via the standard mechanism.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77975 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CBackend/CTargetMachine.h
lib/Target/CppBackend/CPPTargetMachine.h
lib/Target/MSIL/MSILWriter.cpp