commit | 2d51a4ce8f64a0e4aa70a52c46aafb22a31e47e4 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Jan 06 02:16:26 2008 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Jan 06 02:16:26 2008 +0000 |
tree | f03f00e3bee5634dcc55d733e1961acc2727a040 | |
parent | a529a37fbd602d748e3e1b345db059ebe3ccf5b1 [diff] |
remove some old hacky code that tried to infer whether a store occured in a pattern, but failed miserably. The new code works for any instruction that has a store in its pattern, including all the x86 mem op mem instructions. The only target-independent code that uses this is branch folding, so this won't change anything in practice. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45648 91177308-0d34-0410-b5e6-96231b3b80d8