projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a9f150
)
CombinerAA is now reordering these stores.
author
Owen Anderson
<resistor@mac.com>
Mon, 20 Sep 2010 20:56:29 +0000
(20:56 +0000)
committer
Owen Anderson
<resistor@mac.com>
Mon, 20 Sep 2010 20:56:29 +0000
(20:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114354
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/MSP430/Inst16mm.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/MSP430/Inst16mm.ll
b/test/CodeGen/MSP430/Inst16mm.ll
index 2337c2c0f241782d9ff09aa577a5db9415b9db4f..d4ae811ac8f0bb9986c615534c3905b51b1ac029 100644
(file)
--- 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)
}