Don't try to use pre-indexed addressing with sthbrx/stwbrx
authorDan Gohman <gohman@apple.com>
Fri, 25 Sep 2009 00:57:30 +0000 (00:57 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 25 Sep 2009 00:57:30 +0000 (00:57 +0000)
commit6acaaa8f32a52772952c2171ad8ee1f7a896a1c9
tree07778c8bdbd299408a06072492c0b94f1aefc270
parent8fc13cb4f7a2997f993ffdfe6e488046ec6c834e
Don't try to use pre-indexed addressing with sthbrx/stwbrx
instructions. This fixes a PowerPC bug exposed by some unrelated
changes I'm working on.

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