File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -181,6 +181,7 @@ void FastISelEmitter::run(std::ostream &OS) {
181
181
typedef std::map<OperandsSignature, OpcodeTypePredMap> OperandsOpcodeTypePredMap;
182
182
OperandsOpcodeTypePredMap SimplePatterns;
183
183
184
+ // Scan through all the patterns and record the simple ones.
184
185
for (CodeGenDAGPatterns::ptm_iterator I = CGP.ptm_begin (),
185
186
E = CGP.ptm_end (); I != E; ++I) {
186
187
const PatternToMatch &Pattern = *I;
@@ -394,6 +395,9 @@ void FastISelEmitter::run(std::ostream &OS) {
394
395
OS << " \n " ;
395
396
}
396
397
398
+ OS << " // Top-level FastEmit function.\n " ;
399
+ OS << " \n " ;
400
+
397
401
// Emit one function for the operand signature that demultiplexes based
398
402
// on opcode and type.
399
403
OS << " unsigned FastISel::FastEmit_" ;
You can’t perform that action at this time.
0 commit comments