Skip to content

Commit

Permalink
Fix format and bump patch
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Oct 13, 2022
1 parent 07eabda commit 30e0525
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion enzyme/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include(CMakePackageConfigHelpers)

set(ENZYME_MAJOR_VERSION 0)
set(ENZYME_MINOR_VERSION 0)
set(ENZYME_PATCH_VERSION 38)
set(ENZYME_PATCH_VERSION 43)
set(ENZYME_VERSION
${ENZYME_MAJOR_VERSION}.${ENZYME_MINOR_VERSION}.${ENZYME_PATCH_VERSION})

Expand Down
2 changes: 1 addition & 1 deletion enzyme/Enzyme/CApi.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ typedef uint8_t (*CustomRuleType)(int /*direction*/, CTypeTreeRef /*return*/,
CTypeTreeRef * /*args*/,
struct IntList * /*knownValues*/,
size_t /*numArgs*/, LLVMValueRef,
void* /*TA*/);
void * /*TA*/);
EnzymeTypeAnalysisRef CreateTypeAnalysis(EnzymeLogicRef Log,
char **customRuleNames,
CustomRuleType *customRules,
Expand Down

0 comments on commit 30e0525

Please sign in to comment.