Remove unused function.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78046 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2009-08-04 04:04:25 +00:00
parent 214e22396f
commit a277f4e33d

View File

@ -122,11 +122,6 @@ namespace llvm {
return 0;
return TargetMachineCtorFn(*this, Triple, Features);
}
TargetMachine *createTargetMachine(const Module &M,
const std::string &Triple,
const std::string &Features) const {
return createTargetMachine(Triple, Features);
}
/// createAsmPrinter - Create a target specific assembly printer pass.
FunctionPass *createAsmPrinter(formatted_raw_ostream &OS,