Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhanov committed Sep 15, 2023
1 parent b129608 commit 7ba6b51
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/ir/instr_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -1903,8 +1903,9 @@ typedef enum {
DR_INSTR_CATEGORY_LOAD = 0x4, /**< Loads. */
DR_INSTR_CATEGORY_STORE = 0x8, /**< Stores. */
DR_INSTR_CATEGORY_BRANCH = 0x10, /**< Branches. */
DR_INSTR_CATEGORY_SIMD = 0x20, /**< Operations with vector registers (SIMD). */
DR_INSTR_CATEGORY_STATE = 0x40, /**< STATE definition. TODO i#6238: Add support for all FP types. */
DR_INSTR_CATEGORY_SIMD = 0x20, /**< Operations with vector registers (SIMD). */
DR_INSTR_CATEGORY_STATE =
0x40, /**< STATE definition. TODO i#6238: Add support for all FP types. */
DR_INSTR_CATEGORY_MOVE = 0x80, /**< Moves value from one location to another. */
DR_INSTR_CATEGORY_CONVERT = 0x100, /**< Converts to or from value. */
DR_INSTR_CATEGORY_MATH = 0x200, /**< Performs arithmetic or conditional operations. */
Expand Down

0 comments on commit 7ba6b51

Please sign in to comment.