aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Analysis/DependenceAnalysis/FlipFlopBaseAddress.ll
diff options
context:
space:
mode:
authorGiuliano Belinassi <giulianobelinassi@users.noreply.github.com>2025-10-18 04:22:52 -0300
committerGitHub <noreply@github.com>2025-10-18 15:22:52 +0800
commita70efbd6cc5d052ff06a0be79b606b8d836eac03 (patch)
tree590634b9dc2609017cd5d9dca957decbe0b53753 /llvm/test/Analysis/DependenceAnalysis/FlipFlopBaseAddress.ll
parenta3557c3abde66c7001f12f6fec7a13885574e55a (diff)
downloadllvm-main.zip
llvm-main.tar.gz
llvm-main.tar.bz2
Always register `asm` attribute first in a Decl. (#162687)HEADmain
Previously, clang's SemaDecl processed `asm` attributes after every other attribute in the Decl, unlike gcc and clang's own parser which requires `asm` attributes to be the first one in the declaration (see #162556). Therefore, move the processing of `asm` attributes to be the first one in the attributes list. Closes #162126 Signed-off-by: Giuliano Belinassi <gbelinassi@suse.de>
Diffstat (limited to 'llvm/test/Analysis/DependenceAnalysis/FlipFlopBaseAddress.ll')
0 files changed, 0 insertions, 0 deletions