diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2005-01-24 18:48:22 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2005-01-24 18:48:22 +0000 |
commit | 6d1a96bccce5b3831ee9ede4624313b07398461d (patch) | |
tree | a5d30494a30cb874ce1950c0a25e7b7e2b171cfd /llvm/lib/Target/Alpha/AlphaTargetMachine.cpp | |
parent | 3c12772190aa7af702c003397197cd090555f4ac (diff) | |
download | bcm5719-llvm-6d1a96bccce5b3831ee9ede4624313b07398461d.tar.gz bcm5719-llvm-6d1a96bccce5b3831ee9ede4624313b07398461d.zip |
Alpha JIT prune
llvm-svn: 19815
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaTargetMachine.cpp')
-rw-r--r-- | llvm/lib/Target/Alpha/AlphaTargetMachine.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaTargetMachine.cpp b/llvm/lib/Target/Alpha/AlphaTargetMachine.cpp index 9ad26aeb2fe..70197fa4b6c 100644 --- a/llvm/lib/Target/Alpha/AlphaTargetMachine.cpp +++ b/llvm/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. /// |