summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCHazardRecognizers.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-02-27 21:15:32 +0000
committerChris Lattner <sabre@nondot.org>2010-02-27 21:15:32 +0000
commitf159afc951c03d6d82958709f61c5d2c7e3034c7 (patch)
tree8c70ed3d1ccc5017b784372cb746268fedea6f02 /llvm/lib/Target/PowerPC/PPCHazardRecognizers.cpp
parentc3f92a16f20a64f83c003182b96a664d957164fc (diff)
downloadbcm5719-llvm-f159afc951c03d6d82958709f61c5d2c7e3034c7.tar.gz
bcm5719-llvm-f159afc951c03d6d82958709f61c5d2c7e3034c7.zip
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. llvm-svn: 97345
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCHazardRecognizers.cpp')
-rw-r--r--llvm/lib/Target/PowerPC/PPCHazardRecognizers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCHazardRecognizers.cpp b/llvm/lib/Target/PowerPC/PPCHazardRecognizers.cpp
index 3a15f7efdf2..66dfd4b7379 100644
--- a/llvm/lib/Target/PowerPC/PPCHazardRecognizers.cpp
+++ b/llvm/lib/Target/PowerPC/PPCHazardRecognizers.cpp
@@ -257,7 +257,7 @@ void PPCHazardRecognizer970::EmitInstruction(SUnit *SU) {
case PPC::STWX: case PPC::STWX8:
case PPC::STWUX:
case PPC::STW: case PPC::STW8:
- case PPC::STWU: case PPC::STWU8:
+ case PPC::STWU:
case PPC::STVEWX:
case PPC::STFIWX:
case PPC::STWBRX:
OpenPOWER on IntegriCloud