summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/CodeGenSchedule.h
diff options
context:
space:
mode:
authorSimon Dardis <simon.dardis@imgtec.com>2016-06-23 14:54:47 +0000
committerSimon Dardis <simon.dardis@imgtec.com>2016-06-23 14:54:47 +0000
commitfcc7f6fad2ecb813a6e894d19e17631902925be5 (patch)
tree961d6ddd64dda296e24dc0a3def956f03d232899 /llvm/utils/TableGen/CodeGenSchedule.h
parent0da8b2ec09fc8a919ffaef9662cc2ba85e1fbd11 (diff)
downloadbcm5719-llvm-fcc7f6fad2ecb813a6e894d19e17631902925be5.tar.gz
bcm5719-llvm-fcc7f6fad2ecb813a6e894d19e17631902925be5.zip
Revert "[misched] Extend scheduler to handle unsupported features"
This reverts commit r273551. Patch contained a wrong check for isUnsupported. llvm-svn: 273565
Diffstat (limited to 'llvm/utils/TableGen/CodeGenSchedule.h')
-rw-r--r--llvm/utils/TableGen/CodeGenSchedule.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/utils/TableGen/CodeGenSchedule.h b/llvm/utils/TableGen/CodeGenSchedule.h
index 755ffd25b0c..7a236ad0dd8 100644
--- a/llvm/utils/TableGen/CodeGenSchedule.h
+++ b/llvm/utils/TableGen/CodeGenSchedule.h
@@ -189,10 +189,6 @@ struct CodeGenProcModel {
// This list is empty if no ItinRW refers to this Processor.
RecVec ItinRWDefs;
- // List of unsupported feature.
- // This list is empty if the Processor has no UnsupportedFeatures.
- RecVec UnsupportedFeaturesDefs;
-
// All read/write resources associated with this processor.
RecVec WriteResDefs;
RecVec ReadAdvanceDefs;
@@ -215,8 +211,6 @@ struct CodeGenProcModel {
unsigned getProcResourceIdx(Record *PRDef) const;
- bool isUnsupported(const CodeGenInstruction &Inst) const;
-
#ifndef NDEBUG
void dump() const;
#endif
@@ -408,8 +402,6 @@ private:
void collectProcItinRW();
- void collectProcUnsupportedFeatures();
-
void inferSchedClasses();
void checkCompleteness();
OpenPOWER on IntegriCloud