| commit | 95c1107f4ccc73c5379c1226e6cfc638dfcfb857 | [log] [tgz] |
|---|---|---|
| author | Jessica Paquette <jpaquette@apple.com> | Mon Aug 14 22:57:41 2017 +0000 |
| committer | Jessica Paquette <jpaquette@apple.com> | Mon Aug 14 22:57:41 2017 +0000 |
| tree | 67d5a7f554a652784d23cb68b835661624af0ca0 | |
| parent | b1e4b1a0704b426240368b75ddd206852bb03737 [diff] |
[MachineOutliner] Only outline candidates of length >= 2 Since we don't factor in instruction lengths into outlining calculations right now, it's never the case that a candidate could have length < 2. Thus, we should quit early when we see such candidates. llvm-svn: 310894