1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 21:13:02 +02:00

[GlobalISel][AArch64] Use proper constant types in test. NFC.

llvm-svn: 298854
This commit is contained in:
Ahmed Bougacha 2017-03-27 16:35:23 +00:00
parent 54bc30a6dd
commit 2aab0d5555

View File

@ -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