diff options
author | Dan Gohman <gohman@apple.com> | 2011-10-24 17:53:16 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2011-10-24 17:53:16 +0000 |
commit | 334190e47eb28fe749380594992a7ae2e1c7737f (patch) | |
tree | 56136309cdd175678eab479b4ce7b1d1f6647f64 /lib | |
parent | 8c2d270ae8b460912633883f24346c0763373a56 (diff) | |
download | external_llvm-334190e47eb28fe749380594992a7ae2e1c7737f.zip external_llvm-334190e47eb28fe749380594992a7ae2e1c7737f.tar.gz external_llvm-334190e47eb28fe749380594992a7ae2e1c7737f.tar.bz2 |
Remove the explicit request for "Latency" scheduling from MSP430,
as the Latency scheduler is going away.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142811 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/MSP430/MSP430ISelLowering.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/MSP430/MSP430ISelLowering.cpp b/lib/Target/MSP430/MSP430ISelLowering.cpp index dc37431..e837ef8 100644 --- a/lib/Target/MSP430/MSP430ISelLowering.cpp +++ b/lib/Target/MSP430/MSP430ISelLowering.cpp @@ -80,7 +80,6 @@ MSP430TargetLowering::MSP430TargetLowering(MSP430TargetMachine &tm) : setStackPointerRegisterToSaveRestore(MSP430::SPW); setBooleanContents(ZeroOrOneBooleanContent); setBooleanVectorContents(ZeroOrOneBooleanContent); // FIXME: Is this correct? - setSchedulingPreference(Sched::Latency); // We have post-incremented loads / stores. setIndexedLoadAction(ISD::POST_INC, MVT::i8, Legal); |