My last commit was not correct for nested loops. Fix it, and add a testcase for it.
authorOwen Anderson <resistor@mac.com>
Wed, 25 Jul 2007 22:19:40 +0000 (22:19 +0000)
committerOwen Anderson <resistor@mac.com>
Wed, 25 Jul 2007 22:19:40 +0000 (22:19 +0000)
commit9f435740b1c652926c80529e00c92925a3196d79
tree7fe18e71c99fd9748f78e43f502506c21b29f6b8
parent0d16988690c44f2d7b3983dbf56739d83fb5fdfe
My last commit was not correct for nested loops.  Fix it, and add a testcase for it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40498 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/GVN.cpp
test/Transforms/GVN/2007-07-25-NestedLoop.ll [new file with mode: 0644]