diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2009-07-15 12:26:05 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2009-07-15 12:26:05 +0000 |
| commit | 863e587d27087c056937d6744f9d860773575bef (patch) | |
| tree | c93dafa8f4d4f6ce609b305de69a80a51c9dc769 /llvm/lib/Target/MSP430/MSP430TargetMachine.h | |
| parent | 9dbdf228d0126e984f708159a35bfa363145e8a0 (diff) | |
| download | bcm5719-llvm-863e587d27087c056937d6744f9d860773575bef.tar.gz bcm5719-llvm-863e587d27087c056937d6744f9d860773575bef.zip | |
Kill off old (TargetMachine level, not Target level) match quality functions.
llvm-svn: 75780
Diffstat (limited to 'llvm/lib/Target/MSP430/MSP430TargetMachine.h')
| -rw-r--r-- | llvm/lib/Target/MSP430/MSP430TargetMachine.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/MSP430/MSP430TargetMachine.h b/llvm/lib/Target/MSP430/MSP430TargetMachine.h index fa5ef66b5ce..dfe827b0c64 100644 --- a/llvm/lib/Target/MSP430/MSP430TargetMachine.h +++ b/llvm/lib/Target/MSP430/MSP430TargetMachine.h @@ -60,7 +60,6 @@ public: virtual bool addAssemblyEmitter(PassManagerBase &PM, CodeGenOpt::Level OptLevel, bool Verbose, formatted_raw_ostream &Out); - static unsigned getModuleMatchQuality(const Module &M); }; // MSP430TargetMachine. } // end namespace llvm |

