Teach the table generated emitPseudoExpansionLowering function to not emit a switch...
authorAaron Ballman <aaron@aaronballman.com>
Fri, 23 May 2014 15:33:39 +0000 (15:33 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Fri, 23 May 2014 15:33:39 +0000 (15:33 +0000)
commit3892013a8abca6b98167bf655a72cd3a385493bb
tree9d90e146638e449829766c84afcc8f20701f3f67
parentaf236d36fb45e8b8f30f3e6ef14a8cb352953e72
Teach the table generated emitPseudoExpansionLowering function to not emit a switch statement containing only a default statement (and no cases). Updated some of the code to use range-based for loops as well. No functional changes.

llvm-svn: 209521
llvm/utils/TableGen/PseudoLoweringEmitter.cpp