From 2aab0d5555ecb87011c050c531fbfc801622052e Mon Sep 17 00:00:00 2001 From: Ahmed Bougacha Date: Mon, 27 Mar 2017 16:35:23 +0000 Subject: [PATCH] [GlobalISel][AArch64] Use proper constant types in test. NFC. llvm-svn: 298854 --- test/CodeGen/AArch64/GlobalISel/select-xor.mir | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CodeGen/AArch64/GlobalISel/select-xor.mir b/test/CodeGen/AArch64/GlobalISel/select-xor.mir index 05c0b021332..e787849c8d1 100644 --- a/test/CodeGen/AArch64/GlobalISel/select-xor.mir +++ b/test/CodeGen/AArch64/GlobalISel/select-xor.mir @@ -97,7 +97,7 @@ body: | liveins: %w0 %0(s32) = COPY %w0 - %1(s32) = G_CONSTANT i64 -1 + %1(s32) = G_CONSTANT i32 -1 %2(s32) = G_XOR %0, %1 %w0 = COPY %2(s32) ... @@ -156,7 +156,7 @@ body: | bb.0: liveins: %w0, %w1 successors: %bb.1 - %1(s32) = G_CONSTANT i64 -1 + %1(s32) = G_CONSTANT i32 -1 G_BR %bb.1 bb.1: %0(s32) = COPY %w0