diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2005-02-01 20:35:11 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2005-02-01 20:35:11 +0000 |
commit | 8fb0d5002b4d3b7f9e7ada27c9e0c0fd44219d92 (patch) | |
tree | c3e6362b0c4ef8442d1bf7f9e91534903d720b53 /llvm/lib/Target/Alpha/AlphaTargetMachine.h | |
parent | 7703d1ab25f23bb728a5381e13c51ee000aac358 (diff) | |
download | bcm5719-llvm-8fb0d5002b4d3b7f9e7ada27c9e0c0fd44219d92.tar.gz bcm5719-llvm-8fb0d5002b4d3b7f9e7ada27c9e0c0fd44219d92.zip |
try to match alpha pattern
llvm-svn: 19972
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaTargetMachine.h')
-rw-r--r-- | llvm/lib/Target/Alpha/AlphaTargetMachine.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaTargetMachine.h b/llvm/lib/Target/Alpha/AlphaTargetMachine.h index 75d1353238d..d67dd3fad52 100644 --- a/llvm/lib/Target/Alpha/AlphaTargetMachine.h +++ b/llvm/lib/Target/Alpha/AlphaTargetMachine.h @@ -38,7 +38,8 @@ public: } virtual bool addPassesToEmitAssembly(PassManager &PM, std::ostream &Out); - + + static unsigned getModuleMatchQuality(const Module &M); }; } // end namespace llvm |