summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmara Emerson <aemerson@apple.com>2019-11-19 13:38:55 -0800
committerAmara Emerson <aemerson@apple.com>2019-11-19 13:40:11 -0800
commitcf823ce4ad9d04c69b7c29d236f7b14c875111c2 (patch)
treef6d3c6c98d9f442b1b9d2eb3cc069614cdbe4502
parentcd4811360e2a1d23578073c6c99b2ef8ba276289 (diff)
downloadbcm5719-llvm-cf823ce4ad9d04c69b7c29d236f7b14c875111c2.tar.gz
bcm5719-llvm-cf823ce4ad9d04c69b7c29d236f7b14c875111c2.zip
[AArch64] Fix MIR test instruction to not have invalid operand.
In anticipation of an improved verifier in D63973.
-rw-r--r--llvm/test/CodeGen/AArch64/GlobalISel/legalize-phi-insertpt-decrement.mir4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/AArch64/GlobalISel/legalize-phi-insertpt-decrement.mir b/llvm/test/CodeGen/AArch64/GlobalISel/legalize-phi-insertpt-decrement.mir
index 3956c2960bc..a02a81c82a0 100644
--- a/llvm/test/CodeGen/AArch64/GlobalISel/legalize-phi-insertpt-decrement.mir
+++ b/llvm/test/CodeGen/AArch64/GlobalISel/legalize-phi-insertpt-decrement.mir
@@ -69,7 +69,7 @@ body: |
; CHECK: G_BRCOND [[TRUNC1]](s1), %bb.3
; CHECK: G_BR %bb.1
; CHECK: bb.3.bb10:
- ; CHECK: RET 0
+ ; CHECK: RET_ReallyLR
bb.1.bb:
%3:_(s64) = G_CONSTANT i64 0
%2:_(p0) = G_INTTOPTR %3(s64)
@@ -94,6 +94,6 @@ body: |
G_BR %bb.2
bb.4.bb10:
- RET 0
+ RET_ReallyLR
...
OpenPOWER on IntegriCloud