Add a new testcase which breaks the sinker because the loop canonnicalization
authorChris Lattner <sabre@nondot.org>
Tue, 9 Dec 2003 22:05:08 +0000 (22:05 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 9 Dec 2003 22:05:08 +0000 (22:05 +0000)
commitd0069a08b94cb8afda82f868d0f9066505f7eb73
treebf189db244ba29750d7f4090faed967479584c6f
parentcaef3cccf5855034819164c81a2ac18c5256d1c1
Add a new testcase which breaks the sinker because the loop canonnicalization
pass does not do a canonnicalization that the sinker wants.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10346 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/LICM/sink_critical_edge.ll [new file with mode: 0644]