commit | 2f401633238248da6b1abea0fe0b942358197b9a | [log] [tgz] |
---|---|---|
author | Andrew Lenharth <andrewl@lenharth.org> | Tue Feb 01 20:35:11 2005 +0000 |
committer | Andrew Lenharth <andrewl@lenharth.org> | Tue Feb 01 20:35:11 2005 +0000 |
tree | 7fcc07c61c3229a25bfa4f24e067fe7df33434be | |
parent | daf4b0477f249f9427da08a9bba0e6819ebe8f46 [diff] [blame] |
try to match alpha pattern git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19972 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Alpha/AlphaTargetMachine.h b/lib/Target/Alpha/AlphaTargetMachine.h index 75d1353..d67dd3f 100644 --- a/lib/Target/Alpha/AlphaTargetMachine.h +++ b/lib/Target/Alpha/AlphaTargetMachine.h
@@ -38,7 +38,8 @@ } virtual bool addPassesToEmitAssembly(PassManager &PM, std::ostream &Out); - + + static unsigned getModuleMatchQuality(const Module &M); }; } // end namespace llvm