Fix Transforms/GVN/memcpy.ll, which Chris broke in r47275 by reordering the branches...
authorOwen Anderson <resistor@mac.com>
Tue, 19 Feb 2008 02:53:23 +0000 (02:53 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 19 Feb 2008 02:53:23 +0000 (02:53 +0000)
commitc2580ab9b03fa703f03ad1c171d581c9d9ea6de6
tree7f9a1f88c4977fedb578f1d0944929e3e09bbc68
parentacfab6463104e2cd01d94d751a68b1952b541752
Fix Transforms/GVN/memcpy.ll, which Chris broke in r47275 by reordering the branches.  memcpy's are a kind of CallInst.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47305 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/GVN.cpp