From: Daniel Sanders Date: Thu, 16 Mar 2017 19:59:19 +0000 (+0000) Subject: [globalisel] Correct one more simple immediate that should be a ConstantInt. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b1080c42344681751f3a670c27e24bac75103e1;p=llvm [globalisel] Correct one more simple immediate that should be a ConstantInt. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297979 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/AArch64/GlobalISel/select-binop.mir b/test/CodeGen/AArch64/GlobalISel/select-binop.mir index 7821bc0136a..92a754ffa6f 100644 --- a/test/CodeGen/AArch64/GlobalISel/select-binop.mir +++ b/test/CodeGen/AArch64/GlobalISel/select-binop.mir @@ -164,7 +164,7 @@ body: | liveins: %x0, %w1 %0(s64) = COPY %x0 - %1(s64) = G_CONSTANT 1 + %1(s64) = G_CONSTANT i32 1 %2(s64) = G_ADD %0, %1 ...