| commit | ea263191856415d333e67e4de0a94bc9270914d3 | [log] [tgz] |
|---|---|---|
| author | Jakob Stoklund Olesen <stoklund@2pi.dk> | Tue Nov 02 00:58:37 2010 +0000 |
| committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | Tue Nov 02 00:58:37 2010 +0000 |
| tree | 6976caf4d19ff02f2029c7d574fc615a91cc2bc6 | |
| parent | d4c5348a5526a454ab898ba4f8ea6c1e5b58179a [diff] |
Don't try to split weird critical edges that really aren't:
BB#1: derived from LLVM BB %bb.nph28
Live Ins: %AL
Predecessors according to CFG: BB#0
TEST8rr %reg16384<kill>, %reg16384, %EFLAGS<imp-def>; GR8:%reg16384
JNE_4 <BB#2>, %EFLAGS<imp-use,kill>
JMP_4 <BB#2>
Successors according to CFG: BB#2 BB#2
These double CFG edges only ever occur in bugpoint-generated code, so there is
no need to attempt something clever.
llvm-svn: 117992