Commit 9b10b8e
committed
[TableGen] Avoid warnings with INT64_MIN
The number 0x8000000000000000 caused:
warning: integer constant is so large that it is unsigned
Emit the INT64_MIN macro instead of a negative literal.
Triggered in llvm#1516871 parent 3af4cbb commit 9b10b8e
File tree
2 files changed
+3
-3
lines changed- llvm
- test/TableGen/GlobalISelEmitter
- utils/TableGen/Common/GlobalISel
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
240 | | - | |
| 240 | + | |
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
| |||
0 commit comments