From 5a4810855d34ce74b787d70383a712eef9e053f4 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 4 Nov 2015 20:41:36 -0800 Subject: 2358 - starting to tackle the phase ordering problem A new externality is starting to make its presence felt. Until I sort this out it's going to be hard to finish making duplex-list generic. --- 021check_instruction.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '021check_instruction.cc') diff --git a/021check_instruction.cc b/021check_instruction.cc index 0ceba623..d0efd2a2 100644 --- a/021check_instruction.cc +++ b/021check_instruction.cc @@ -9,7 +9,7 @@ //: transform it in a separate layer or set of layers. :(after "Transform.push_back(update_instruction_operations)") - Transform.push_back(check_instruction); +Transform.push_back(check_instruction); :(code) void check_instruction(const recipe_ordinal r) { -- cgit 1.4.1-2-gfad0