From: Owen Anderson Date: Mon, 20 Sep 2010 20:56:29 +0000 (+0000) Subject: CombinerAA is now reordering these stores. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=765fd9c62d53a9157ccbf7078900682294c10b7c;p=oota-llvm.git CombinerAA is now reordering these stores. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114354 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/MSP430/Inst16mm.ll b/test/CodeGen/MSP430/Inst16mm.ll index 2337c2c0f24..d4ae811ac8f 100644 --- a/test/CodeGen/MSP430/Inst16mm.ll +++ b/test/CodeGen/MSP430/Inst16mm.ll @@ -64,6 +64,6 @@ entry: %0 = load i16* %retval ; [#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) }