Change SplitBlock to increment a BasicBlock::iterator, not an Instruction*. ...
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
Loading
Please register or sign in to comment