We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf4c3d9 commit 86dc758Copy full SHA for 86dc758
llvm/include/llvm-c/Core.h
@@ -471,6 +471,8 @@ enum {
471
LLVMAttributeFunctionIndex = -1,
472
};
473
474
+typedef unsigned LLVMAttributeIndex;
475
+
476
/**
477
* Tail call kind for LLVMSetTailCallKind and LLVMGetTailCallKind.
478
*
@@ -485,8 +487,6 @@ typedef enum {
485
487
LLVMTailCallKindNoTail = 3,
486
488
} LLVMTailCallKind;
489
-typedef unsigned LLVMAttributeIndex;
-
490
enum {
491
LLVMFastMathAllowReassoc = (1 << 0),
492
LLVMFastMathNoNaNs = (1 << 1),
0 commit comments