commit | 01eca8d2c2528d16967575320c801930eb9f4e82 | [log] [tgz] |
---|---|---|
author | Misha Brukman <brukman+llvm@gmail.com> | Mon Jul 12 23:36:12 2004 +0000 |
committer | Misha Brukman <brukman+llvm@gmail.com> | Mon Jul 12 23:36:12 2004 +0000 |
tree | b8e9e59e18639d1fd4586d332e53a8c1e763437d | |
parent | 878ba7cc5d87deb24aa8a21d7bd9b2ea7215976f [diff] [blame] |
Implement getModuleMatchQuality and getJITMatchQuality() for PowerPC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14780 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PowerPC/PowerPCTargetMachine.h b/lib/Target/PowerPC/PowerPCTargetMachine.h index 8c2b731..d3f3d4d 100644 --- a/lib/Target/PowerPC/PowerPCTargetMachine.h +++ b/lib/Target/PowerPC/PowerPCTargetMachine.h
@@ -50,6 +50,9 @@ MachineCodeEmitter &MCE); virtual bool addPassesToEmitAssembly(PassManager &PM, std::ostream &Out); + + static unsigned getModuleMatchQuality(const Module &M); + static unsigned getJITMatchQuality(); }; } // end namespace llvm