[globalisel] Correct one more simple immediate that should be a ConstantInt.

llvm-svn: 297979
This commit is contained in:
Daniel Sanders 2017-03-16 19:59:19 +00:00
parent 96efc5c227
commit 16846764d0
1 changed files with 1 additions and 1 deletions

View 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
...