summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/2010-02-15-ImplicitDefBug.ll
Commit message (Collapse)AuthorAgeFilesLines
* Fix PR6300.Jakob Stoklund Olesen2010-02-151-0/+80
A virtual register can be used before it is defined in the same MBB if the MBB is part of a loop. Teach the implicit-def pass about this case. llvm-svn: 96279
OpenPOWER on IntegriCloud