| commit | fa335f6083ebc0f6e5d0d90866c0db0761df37f5 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Thu Feb 16 19:36:22 2006 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Thu Feb 16 19:36:22 2006 +0000 |
| tree | 1d8dcfe71c46be85e83076d489d824b38be760f0 | |
| parent | 01afec2adb909955317f27e3d8ee41a516969926 [diff] |
Change SplitBlock to increment a BasicBlock::iterator, not an Instruction*. Apparently they do different things :) This fixes a testcase that nate reduced from spass. Also included are a couple minor code changes that don't affect the generated code at all. llvm-svn: 26235