aboutsummaryrefslogtreecommitdiff
path: root/src/all_types.hpp
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2020-04-07 14:24:50 -0400
committerGitHub <noreply@github.com>2020-04-07 14:24:50 -0400
commit87a7ea4c420ca0db0e13fab82ce08ab4e293d1da (patch)
treefed7d84fc1ce023c47f3b4a8f77b898b4396c111 /src/all_types.hpp
parent1ee59c5c31efca394d7e6d9da3f64c289a996b99 (diff)
parent95fefcd4c91e517a51f4b55924979421c6f7e8d3 (diff)
downloadzig-87a7ea4c420ca0db0e13fab82ce08ab4e293d1da.tar.gz
zig-87a7ea4c420ca0db0e13fab82ce08ab4e293d1da.zip
Merge pull request #4971 from Vexu/const-ref
Fix missing const on address of literal
Diffstat (limited to 'src/all_types.hpp')
-rw-r--r--src/all_types.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/all_types.hpp b/src/all_types.hpp
index 650dcfd0c7..56ce74caae 100644
--- a/src/all_types.hpp
+++ b/src/all_types.hpp
@@ -3519,8 +3519,6 @@ struct IrInstSrcRef {
IrInstSrc base;
IrInstSrc *value;
- bool is_const;
- bool is_volatile;
};
struct IrInstGenRef {