Skip to content

Commit 2f614c4

Browse files
committed
ir: rip out special logic for using addr-of instruction for types
See #588
1 parent fcbb742 commit 2f614c4

File tree

3 files changed

+46
-115
lines changed

3 files changed

+46
-115
lines changed

src/all_types.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2275,8 +2275,6 @@ struct IrInstructionVarPtr {
22752275
IrInstruction base;
22762276

22772277
VariableTableEntry *var;
2278-
bool is_const;
2279-
bool is_volatile;
22802278
};
22812279

22822280
struct IrInstructionCall {

0 commit comments

Comments
 (0)