aboutsummaryrefslogtreecommitdiff
path: root/src/Module.zig
diff options
context:
space:
mode:
authorJacob Young <jacobly0@users.noreply.github.com>2023-06-29 00:06:12 -0400
committerJacob Young <jacobly0@users.noreply.github.com>2023-06-29 00:23:19 -0400
commit43c98dc11567eeb38be041c7dad179c53156f3df (patch)
treec512dfb131f73104cc6d1f3ef8db048e6105af1b /src/Module.zig
parent1a2468abfcd8b539193d943c1eefb71319cc7b88 (diff)
downloadzig-43c98dc11567eeb38be041c7dad179c53156f3df.tar.gz
zig-43c98dc11567eeb38be041c7dad179c53156f3df.zip
Revert "Merge pull request #15995 from mlugg/fix/union-field-ptr-align"
This reverts commit 40cf3f7ae5fbfb84b7af6b27e6296ee858b209ef, reversing changes made to d98147414d084bc41b00ba9c0be8c7b82ad4e76c.
Diffstat (limited to 'src/Module.zig')
-rw-r--r--src/Module.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Module.zig b/src/Module.zig
index 3bcc920fe2..56f2498fca 100644
--- a/src/Module.zig
+++ b/src/Module.zig
@@ -992,7 +992,6 @@ pub const Struct = struct {
is_comptime: bool,
/// Returns the field alignment. If the struct is packed, returns 0.
- /// Keep implementation in sync with `Sema.structFieldAlignment`.
pub fn alignment(
field: Field,
mod: *Module,