mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-13 21:05:16 +00:00
silence vc++ warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75394 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5e5050d930
commit
39750254e1
@ -850,7 +850,7 @@ bool AsmParser::ParseDirectiveAlign(bool IsPow2, unsigned ValueSize) {
|
|||||||
// Compute alignment in bytes.
|
// Compute alignment in bytes.
|
||||||
if (IsPow2) {
|
if (IsPow2) {
|
||||||
// FIXME: Diagnose overflow.
|
// FIXME: Diagnose overflow.
|
||||||
Alignment = 1 << Alignment;
|
Alignment = 1LL << Alignment;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Diagnose non-sensical max bytes to fill.
|
// Diagnose non-sensical max bytes to fill.
|
||||||
|
Loading…
Reference in New Issue
Block a user