Commit bfb6bb6
committed
[AMDGPU] Fix a warning
This patch fixes:
llvm/lib/Target/AMDGPU/SIISelLowering.cpp:13908:46: error:
comparison of integers of different signs: 'uint32_t' (aka 'unsigned
int') and 'int' [-Werror,-Wsign-compare]1 parent 7710453 commit bfb6bb6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13905 | 13905 | | |
13906 | 13906 | | |
13907 | 13907 | | |
13908 | | - | |
| 13908 | + | |
13909 | 13909 | | |
13910 | 13910 | | |
13911 | 13911 | | |
| |||
0 commit comments