summaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaTargetMachine.cpp
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2005-01-24 18:48:22 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2005-01-24 18:48:22 +0000
commita7246caf8ff6f26eaad40962bcc9c2e48af7776c (patch)
tree330abbcc0c7db7a004316c0ca9b6ab7e42bcebb7 /lib/Target/Alpha/AlphaTargetMachine.cpp
parent886470efec48705831d950c41f35482bfc9ef6ca (diff)
downloadllvm-a7246caf8ff6f26eaad40962bcc9c2e48af7776c.tar.gz
llvm-a7246caf8ff6f26eaad40962bcc9c2e48af7776c.tar.bz2
llvm-a7246caf8ff6f26eaad40962bcc9c2e48af7776c.tar.xz
Alpha JIT prune
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19815 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha/AlphaTargetMachine.cpp')
-rw-r--r--lib/Target/Alpha/AlphaTargetMachine.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/Target/Alpha/AlphaTargetMachine.cpp b/lib/Target/Alpha/AlphaTargetMachine.cpp
index 9ad26aeb2f..70197fa4b6 100644
--- a/lib/Target/Alpha/AlphaTargetMachine.cpp
+++ b/lib/Target/Alpha/AlphaTargetMachine.cpp
@@ -29,14 +29,6 @@ AlphaTargetMachine::AlphaTargetMachine( const Module &M, IntrinsicLowering *IL)
FrameInfo(TargetFrameInfo::StackGrowsDown, 8, 0) //TODO: check these
{}
-bool AlphaTargetMachine::addPassesToEmitMachineCode(FunctionPassManager &PM,
- MachineCodeEmitter &MCE)
-{
- assert(0 && "TODO");
- return false;
-}
-
-
/// addPassesToEmitAssembly - Add passes to the specified pass manager
/// to implement a static compiler for this target.
///