Commit eeb8c20
committed
[X86] Fix a warning
This patch fixes:
llvm/lib/Target/X86/X86ISelLowering.cpp:47257:15: error: comparison
of integers of different signs: 'int' and 'size_t' (aka 'unsigned
long') [-Werror,-Wsign-compare]1 parent de10e44 commit eeb8c20
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47254 | 47254 | | |
47255 | 47255 | | |
47256 | 47256 | | |
47257 | | - | |
| 47257 | + | |
47258 | 47258 | | |
47259 | 47259 | | |
47260 | 47260 | | |
| |||
0 commit comments