OSDN Git Service

Make Loop able to verify that it is in LCSSA-form, and have the LCSSA pass assert
authorOwen Anderson <resistor@mac.com>
Fri, 9 Jun 2006 18:33:30 +0000 (18:33 +0000)
committerOwen Anderson <resistor@mac.com>
Fri, 9 Jun 2006 18:33:30 +0000 (18:33 +0000)
commitf25c19c6b57aec5670e87dc57840c6ac12252099
tree696a944997fa35f334b7ebde573e2c48216951a8
parente5e228df19d6e9e1218fecfb49f8ef1f53d6759c
Make Loop able to verify that it is in LCSSA-form, and have the LCSSA pass assert
on this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28738 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/LoopInfo.h
lib/Analysis/LoopInfo.cpp
lib/Transforms/Utils/LCSSA.cpp