aboutsummaryrefslogtreecommitdiff
path: root/src/codegen.cpp
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2016-07-17 16:30:41 -0700
committerAndrew Kelley <superjoe30@gmail.com>2016-07-17 16:30:41 -0700
commit425c0ffa014fb950a4f9f90aa9a200fbc4d8e091 (patch)
tree8575e5e71c8c8985dc967fb36257c28793a21bba /src/codegen.cpp
parent3971bf3d728ebb78a90caab504827db8a4c24423 (diff)
downloadzig-425c0ffa014fb950a4f9f90aa9a200fbc4d8e091.tar.gz
zig-425c0ffa014fb950a4f9f90aa9a200fbc4d8e091.zip
rename NodeTypeStructDecl to NodeTypeContainerDecl
Diffstat (limited to 'src/codegen.cpp')
-rw-r--r--src/codegen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codegen.cpp b/src/codegen.cpp
index 43fc41bed9..da2aa25416 100644
--- a/src/codegen.cpp
+++ b/src/codegen.cpp
@@ -3487,7 +3487,7 @@ static LLVMValueRef gen_expr(CodeGen *g, AstNode *node) {
case NodeTypeParamDecl:
case NodeTypeDirective:
case NodeTypeUse:
- case NodeTypeStructDecl:
+ case NodeTypeContainerDecl:
case NodeTypeStructField:
case NodeTypeStructValueField:
case NodeTypeSwitchProng: