mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
TableGen: Remove unused code
This commit is contained in:
parent
e10130b5c3
commit
34322b1974
@ -1195,12 +1195,6 @@ public:
|
||||
return F->second;
|
||||
}
|
||||
|
||||
typedef std::map<Record*, NodeXForm, LessRecordByID>::const_iterator
|
||||
nx_iterator;
|
||||
nx_iterator nx_begin() const { return SDNodeXForms.begin(); }
|
||||
nx_iterator nx_end() const { return SDNodeXForms.end(); }
|
||||
|
||||
|
||||
const ComplexPattern &getComplexPattern(Record *R) const {
|
||||
auto F = ComplexPatterns.find(R);
|
||||
assert(F != ComplexPatterns.end() && "Unknown addressing mode!");
|
||||
|
Loading…
x
Reference in New Issue
Block a user