Chris Lattner ccd9796a46 Do not fold loads into instructions if it is used more than once. In particular
we do not want to fold the load in cases like this:

  X = load
    = add A, X
    = add B, X


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14204 91177308-0d34-0410-b5e6-96231b3b80d8
2004-06-17 22:15:25 +00:00
..
2004-06-11 05:22:44 +00:00
2004-06-11 04:50:14 +00:00
2004-02-29 09:17:01 +00:00