From df672c2bb26662bb78b0b2a9e848c5ade5a2520d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 2 Aug 2009 04:46:05 +0000 Subject: alpha TAI doesn't need TM. llvm-svn: 77872 --- llvm/lib/Target/Alpha/AlphaTargetMachine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Target/Alpha/AlphaTargetMachine.cpp') diff --git a/llvm/lib/Target/Alpha/AlphaTargetMachine.cpp b/llvm/lib/Target/Alpha/AlphaTargetMachine.cpp index 70d7b152485..9de5c36d15b 100644 --- a/llvm/lib/Target/Alpha/AlphaTargetMachine.cpp +++ b/llvm/lib/Target/Alpha/AlphaTargetMachine.cpp @@ -27,7 +27,7 @@ extern "C" void LLVMInitializeAlphaTarget() { } const TargetAsmInfo *AlphaTargetMachine::createTargetAsmInfo() const { - return new AlphaTargetAsmInfo(*this); + return new AlphaTargetAsmInfo(); } AlphaTargetMachine::AlphaTargetMachine(const Target &T, const Module &M, -- cgit v1.2.3