Fix a typo that caused combiner to create mal-formed pre-indexed store where value...
authorEvan Cheng <evan.cheng@apple.com>
Thu, 24 May 2007 02:35:39 +0000 (02:35 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 24 May 2007 02:35:39 +0000 (02:35 +0000)
commitc843abe868be76bb18d77ca6bda53dd4d2cf12f7
treed89af0dec0cf393f12ca95264505540a4223b512
parent51d2d0780fca1d06b7e3028d92dba0cef3bf5588
Fix a typo that caused combiner to create mal-formed pre-indexed store where value store is the same as the base pointer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37318 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp