]> granicus.if.org Git - llvm/commitdiff
[globalisel] Correct one more simple immediate that should be a ConstantInt.
authorDaniel Sanders <daniel_l_sanders@apple.com>
Thu, 16 Mar 2017 19:59:19 +0000 (19:59 +0000)
committerDaniel Sanders <daniel_l_sanders@apple.com>
Thu, 16 Mar 2017 19:59:19 +0000 (19:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297979 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/AArch64/GlobalISel/select-binop.mir

index 7821bc0136a56900a55371a89bb52683b65590be..92a754ffa6ffad1c0d81d62b39aa2fc0c66c9b01 100644 (file)
@@ -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
 ...