commit | 0e233ae1831850085af79f08dba47b77769b124c | [log] [tgz] |
---|---|---|
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | Thu Jan 13 18:41:05 2011 +0000 |
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | Thu Jan 13 18:41:05 2011 +0000 |
tree | 5b9c07d6a295ef5ee45b301ef5e09ff7a3abdcf7 | |
parent | c8056a952e2bbe1d7a1d3d9092405e04f124b714 [diff] |
Teach MachineBasicBlock::getFirstTerminator to ignore debug values. It will still return an iterator that points to the first terminator or end(), but there may be DBG_VALUE instructions following the first terminator. llvm-svn: 123384