about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--021check_instruction.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/021check_instruction.cc b/021check_instruction.cc
index 1ef58dfa..2fd93f7b 100644
--- a/021check_instruction.cc
+++ b/021check_instruction.cc
@@ -16,6 +16,7 @@ void check_instruction(const recipe_ordinal r) {
   map<string, vector<type_ordinal> > metadata;
   for (long long int i = 0; i < SIZE(Recipe[r].steps); ++i) {
     instruction& inst = Recipe[r].steps.at(i);
+    if (inst.is_label) continue;
     switch (inst.operation) {
       // Primitive Recipe Checks
       case COPY: {