summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-06-27 18:22:50 +0000
committerChris Lattner <sabre@nondot.org>2006-06-27 18:22:50 +0000
commit1fd81107f3b0d8c5cea1c4f66f7bddbc61e76a19 (patch)
tree214851deec28df65fcd03657e0cf9bea8526376e /lib
parent563ecfbf8207ce941ddc0ee60c65378c6b9c572f (diff)
downloadllvm-1fd81107f3b0d8c5cea1c4f66f7bddbc61e76a19.tar.gz
llvm-1fd81107f3b0d8c5cea1c4f66f7bddbc61e76a19.tar.bz2
llvm-1fd81107f3b0d8c5cea1c4f66f7bddbc61e76a19.tar.xz
Fix an incorrect store pattern. This fixes em3d.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28930 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/PowerPC/PPCInstr64Bit.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCInstr64Bit.td b/lib/Target/PowerPC/PPCInstr64Bit.td
index 99294c5a5c..42b002933a 100644
--- a/lib/Target/PowerPC/PPCInstr64Bit.td
+++ b/lib/Target/PowerPC/PPCInstr64Bit.td
@@ -251,7 +251,7 @@ def STD : DSForm_2<62, 0, (ops G8RC:$rS, memrix:$dst),
[(store G8RC:$rS, ixaddr:$dst)]>, isPPC64;
def STDX : XForm_8<31, 149, (ops G8RC:$rS, memrr:$dst),
"stdx $rS, $dst", LdStSTD,
- [(store G8RC:$rS, iaddr:$dst)]>, isPPC64,
+ [(store G8RC:$rS, xaddr:$dst)]>, isPPC64,
PPC970_DGroup_Cracked;
def STDUX : XForm_8<31, 181, (ops G8RC:$rS, memrr:$dst),
"stdux $rS, $dst", LdStSTD,