Commit 8bb1bdf
committed
[X86] Fix warnings
This patch fixes:
llvm/lib/Target/X86/X86ISelLowering.cpp:30127:23: error: comparison
of integers of different signs: 'int' and 'unsigned int'
[-Werror,-Wsign-compare]
llvm/lib/Target/X86/X86ISelLowering.cpp:30205:35: error: comparison
of integers of different signs: 'int' and 'unsigned int'
[-Werror,-Wsign-compare]
llvm/lib/Target/X86/X86ISelLowering.cpp:30453:23: error: comparison
of integers of different signs: 'int' and 'unsigned int'
[-Werror,-Wsign-compare]1 parent 9fc54c0 commit 8bb1bdf
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30124 | 30124 | | |
30125 | 30125 | | |
30126 | 30126 | | |
30127 | | - | |
| 30127 | + | |
30128 | 30128 | | |
30129 | 30129 | | |
30130 | 30130 | | |
| |||
30200 | 30200 | | |
30201 | 30201 | | |
30202 | 30202 | | |
30203 | | - | |
| 30203 | + | |
30204 | 30204 | | |
30205 | 30205 | | |
30206 | 30206 | | |
| |||
30450 | 30450 | | |
30451 | 30451 | | |
30452 | 30452 | | |
30453 | | - | |
| 30453 | + | |
30454 | 30454 | | |
30455 | 30455 | | |
30456 | 30456 | | |
| |||
0 commit comments