remove a bogus pattern, which had the same pattern as STDU
authorChris Lattner <sabre@nondot.org>
Sat, 27 Feb 2010 21:15:32 +0000 (21:15 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 27 Feb 2010 21:15:32 +0000 (21:15 +0000)
commit9fa200d2a2360412465bbd6cfb485af2e9d5b1b4
tree3976e04c25f6091ab75652822fa355769c7a2b68
parent255584aaa6ccc4333f0493daa03cf2db97ef42f9
remove a bogus pattern, which had the same pattern as STDU
but codegen'd differently.  This really wanted to use some
sort of subreg to get the low 4 bytes of the G8RC register
or something.  However, it's invalid and nothing is testing
it, so I'm just zapping the bogosity.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97345 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCHazardRecognizers.cpp
lib/Target/PowerPC/PPCInstr64Bit.td