Add support for matching mem operands. This fixes PR1133, patch by
authorChris Lattner <sabre@nondot.org>
Thu, 21 Feb 2008 05:27:19 +0000 (05:27 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 21 Feb 2008 05:27:19 +0000 (05:27 +0000)
commitf9853bc0d439d89c97979265593287c2ce81acb2
tree26539d85c80f5fb0c0a01dd8c700776f92244664
parent2bedd7359cb5cce27eae63997c7afc8e24d9e702
Add support for matching mem operands.  This fixes PR1133, patch by
Eli Friedman.  This implements CodeGen/Generic/2008-02-20-MatchingMem.ll.

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