Add some really pedantic assertions to the load folding code. Fix a bunch
authorChris Lattner <sabre@nondot.org>
Thu, 13 Jan 2005 05:53:16 +0000 (05:53 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 13 Jan 2005 05:53:16 +0000 (05:53 +0000)
commit636e79a20f78788340d2c28e2f7d12af4f586a9c
tree72a6e9c1ae5901de6e1150bc13ef04e83318a981
parent2f0ca79a7504a91b16156b199b6f07857f3782c6
Add some really pedantic assertions to the load folding code.  Fix a bunch
of cases where we accidentally emitted a load folded once and unfolded
elsewhere.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19522 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelPattern.cpp