aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Analysis/ProgramPoint.cpp
diff options
context:
space:
mode:
authorAtariDreams <gfunni234@gmail.com>2024-04-06 20:43:13 -0400
committerGitHub <noreply@github.com>2024-04-07 08:43:13 +0800
commit8389b3bf60ef3fbd04c6efc5ff4d4605d10e7fc5 (patch)
tree1c6fb577703cc890503e87ff04a2635c66a2d6e6 /clang/lib/Analysis/ProgramPoint.cpp
parentc459a366d3e07ae220b96fb1aa4f69375d4b72ba (diff)
downloadllvm-8389b3bf60ef3fbd04c6efc5ff4d4605d10e7fc5.zip
llvm-8389b3bf60ef3fbd04c6efc5ff4d4605d10e7fc5.tar.gz
llvm-8389b3bf60ef3fbd04c6efc5ff4d4605d10e7fc5.tar.bz2
[X86] Fix typo: QWORD alignment is greater than or equal to 8, not greater than 8 (#87819)
Align(8) is QWORD aligned, but this was checking to see if alignment was greater than that, when it should have been checking for being greater than OR EQUAL to Align(8). This bug was introduced in https://github.com/llvm/llvm-project/commit/6a6af30d433d7 during the transition to the Align type.
Diffstat (limited to 'clang/lib/Analysis/ProgramPoint.cpp')
0 files changed, 0 insertions, 0 deletions