Skip to content

Commit

Permalink
[GlobalISel][AArch64] Use proper constant types in test. NFC.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298854 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
ahmedbougacha committed Mar 27, 2017
1 parent cb5431a commit 460b732
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/CodeGen/AArch64/GlobalISel/select-xor.mir
Original file line number Diff line number Diff line change
Expand Up @@ -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)
...
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 460b732

Please sign in to comment.