summaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaTargetMachine.h
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2007-02-08 01:38:33 +0000
committerBill Wendling <isanbard@gmail.com>2007-02-08 01:38:33 +0000
commit50e4e88d9797753390e86a513ece4e9ce7ab5d77 (patch)
tree06c9f59550172b0efaafe5a5504eb7982dacae49 /lib/Target/Alpha/AlphaTargetMachine.h
parent04523eab6bbc5d55a6e3f3296ddd583c8ad5ebb1 (diff)
downloadllvm-50e4e88d9797753390e86a513ece4e9ce7ab5d77.tar.gz
llvm-50e4e88d9797753390e86a513ece4e9ce7ab5d77.tar.bz2
llvm-50e4e88d9797753390e86a513ece4e9ce7ab5d77.tar.xz
Added new method to add a "simple" code emitter. That is, to only add
the code emitter and not set variables. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34033 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha/AlphaTargetMachine.h')
-rw-r--r--lib/Target/Alpha/AlphaTargetMachine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/Alpha/AlphaTargetMachine.h b/lib/Target/Alpha/AlphaTargetMachine.h
index 434a306c22..5a57f63a69 100644
--- a/lib/Target/Alpha/AlphaTargetMachine.h
+++ b/lib/Target/Alpha/AlphaTargetMachine.h
@@ -64,6 +64,8 @@ public:
std::ostream &Out);
virtual bool addCodeEmitter(FunctionPassManager &PM, bool Fast,
MachineCodeEmitter &MCE);
+ virtual bool addSimpleCodeEmitter(FunctionPassManager &PM, bool Fast,
+ MachineCodeEmitter &MCE);
};
} // end namespace llvm