From: Ahmed Bougacha Date: Mon, 27 Mar 2017 16:35:23 +0000 (+0000) Subject: [GlobalISel][AArch64] Use proper constant types in test. NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=460b732910215b7ec7a3796242647723dc0998a6;p=llvm [GlobalISel][AArch64] Use proper constant types in test. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298854 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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