remove some old hacky code that tried to infer whether a store
authorChris Lattner <sabre@nondot.org>
Sun, 6 Jan 2008 02:16:26 +0000 (02:16 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 6 Jan 2008 02:16:26 +0000 (02:16 +0000)
commit2d51a4ce8f64a0e4aa70a52c46aafb22a31e47e4
treef03f00e3bee5634dcc55d733e1961acc2727a040
parenta529a37fbd602d748e3e1b345db059ebe3ccf5b1
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
utils/TableGen/InstrInfoEmitter.cpp
utils/TableGen/InstrInfoEmitter.h