summaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64/GlobalISel/no-regclass.mir
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AArch64/GlobalISel/no-regclass.mir')
-rw-r--r--test/CodeGen/AArch64/GlobalISel/no-regclass.mir4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/AArch64/GlobalISel/no-regclass.mir b/test/CodeGen/AArch64/GlobalISel/no-regclass.mir
index 6832ce0ee8bde..741d76b830c16 100644
--- a/test/CodeGen/AArch64/GlobalISel/no-regclass.mir
+++ b/test/CodeGen/AArch64/GlobalISel/no-regclass.mir
@@ -24,7 +24,7 @@ body: |
bb.0:
liveins: %w0
%0:gpr(s32) = COPY %w0
- %1:gpr(s32) = G_SEQUENCE %0(s32), 0
- %2:gpr(s32) = G_EXTRACT %1(s32), 0
+ %1:gpr(s32) = G_MERGE_VALUES %0(s32)
+ %2:gpr(s32) = G_UNMERGE_VALUES %1(s32)
%w0 = COPY %2(s32)
...