aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Alpha/AlphaTargetMachine.h
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2005-02-01 20:35:11 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2005-02-01 20:35:11 +0000
commit2f401633238248da6b1abea0fe0b942358197b9a (patch)
tree7fcc07c61c3229a25bfa4f24e067fe7df33434be /lib/Target/Alpha/AlphaTargetMachine.h
parentdaf4b0477f249f9427da08a9bba0e6819ebe8f46 (diff)
downloadexternal_llvm-2f401633238248da6b1abea0fe0b942358197b9a.zip
external_llvm-2f401633238248da6b1abea0fe0b942358197b9a.tar.gz
external_llvm-2f401633238248da6b1abea0fe0b942358197b9a.tar.bz2
try to match alpha pattern
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19972 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha/AlphaTargetMachine.h')
-rw-r--r--lib/Target/Alpha/AlphaTargetMachine.h3
1 files changed, 2 insertions, 1 deletions
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 @@ public:
}
virtual bool addPassesToEmitAssembly(PassManager &PM, std::ostream &Out);
-
+
+ static unsigned getModuleMatchQuality(const Module &M);
};
} // end namespace llvm