diff options
author | Owen Anderson <resistor@mac.com> | 2010-09-20 20:56:29 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2010-09-20 20:56:29 +0000 |
commit | 765fd9c62d53a9157ccbf7078900682294c10b7c (patch) | |
tree | 4dbcaa6a29a32babe20ae4dac7876a6a06ef06f4 /test | |
parent | 4a9f150926d593b30354db76d8d061fe4c9d124d (diff) | |
download | external_llvm-765fd9c62d53a9157ccbf7078900682294c10b7c.zip external_llvm-765fd9c62d53a9157ccbf7078900682294c10b7c.tar.gz external_llvm-765fd9c62d53a9157ccbf7078900682294c10b7c.tar.bz2 |
CombinerAA is now reordering these stores.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114354 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/MSP430/Inst16mm.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/MSP430/Inst16mm.ll b/test/CodeGen/MSP430/Inst16mm.ll index 2337c2c..d4ae811 100644 --- a/test/CodeGen/MSP430/Inst16mm.ll +++ b/test/CodeGen/MSP430/Inst16mm.ll @@ -64,6 +64,6 @@ entry: %0 = load i16* %retval ; <i16> [#uses=1] ret i16 %0 ; CHECK: mov2: -; CHECK: mov.w 0(r1), 4(r1) ; CHECK: mov.w 2(r1), 6(r1) +; CHECK: mov.w 0(r1), 4(r1) } |