Skip to content

Commit b6f86e8

Browse files
ranapratap55David Salinas
authored andcommitted
[IR] Keeping attribute sequence same as the upstream
Change-Id: Ie1d7f4861caf20e4bc40ed584f0343fbd07f2a34
1 parent 520b298 commit b6f86e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/include/llvm/Bitcode/LLVMBitCodes.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -757,8 +757,8 @@ enum AttributeKindCodes {
757757
ATTR_KIND_WRITABLE = 89,
758758
ATTR_KIND_CORO_ONLY_DESTROY_WHEN_COMPLETE = 90,
759759
ATTR_KIND_DEAD_ON_UNWIND = 91,
760-
ATTR_KIND_SANITIZED_PADDED_GLOBAL = 92,
761-
ATTR_KIND_RANGE = 93,
760+
ATTR_KIND_RANGE = 92,
761+
ATTR_KIND_SANITIZED_PADDED_GLOBAL = 93,
762762
ATTR_KIND_SANITIZE_NUMERICAL_STABILITY = 94,
763763
ATTR_KIND_INITIALIZES = 95,
764764
ATTR_KIND_HYBRID_PATCHABLE = 96,

0 commit comments

Comments
 (0)