commit | f3085ac973da76bd737d9b88652c0fd0a6097bb2 | [log] [tgz] |
---|---|---|
author | Anton Korobeynikov <asl@math.spbu.ru> | Sun May 03 13:01:23 2009 +0000 |
committer | Anton Korobeynikov <asl@math.spbu.ru> | Sun May 03 13:01:23 2009 +0000 |
tree | 5ed83588a3aa3c6cfaafc4b40859d9f34d94e2b7 | |
parent | e37db97928a63008a096e6151f7a68fe2de35694 [diff] [blame] |
Add 'msp430' target triple recognizer git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70708 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/MSP430/MSP430TargetMachine.h b/lib/Target/MSP430/MSP430TargetMachine.h index edfc8eb..258a395 100644 --- a/lib/Target/MSP430/MSP430TargetMachine.h +++ b/lib/Target/MSP430/MSP430TargetMachine.h
@@ -59,6 +59,7 @@ virtual bool addInstSelector(PassManagerBase &PM, bool Fast); virtual bool addAssemblyEmitter(PassManagerBase &PM, bool Fast, bool Verbose, raw_ostream &Out); + static unsigned getModuleMatchQuality(const Module &M); }; // MSP430TargetMachine. } // end namespace llvm