]> granicus.if.org Git - llvm/commitdiff
[AVR] Fix the 'load.ll' test after r362351
authorDylan McKay <me@dylanmckay.io>
Thu, 6 Jun 2019 08:06:50 +0000 (08:06 +0000)
committerDylan McKay <me@dylanmckay.io>
Thu, 6 Jun 2019 08:06:50 +0000 (08:06 +0000)
In that commit, the 'load.ll' test was modified, but still failed.

This commit updates the test so that it now passes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362684 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/AVR/load.ll

index ac5691376cbfd12b2671aafd174a01c3f6ba766c..dbadacfd5e0de161963551149a986bfc59fab246 100644 (file)
@@ -45,9 +45,9 @@ define i16 @load16disp(i16* %x) {
 
 define i16 @load16nodisp(i16* %x) {
 ; CHECK-LABEL: load16nodisp:
+; CHECK: subi r24, 192
+; CHECK: sbci r25, 255
 ; CHECK: movw r30, r24
-; CHECK: subi r30, 192
-; CHECK: sbci r31, 255
 ; CHECK: ld r24,  [[PTR:[YZ]]]
 ; CHECK: ldd r25, [[PTR]]+1
   %1 = getelementptr inbounds i16, i16* %x, i64 32