# HG changeset patch # User Michael Pavone # Date 1406310987 25200 # Node ID eaf0a014d18b4ec52ad6fe20f0b9184f41a4161c # Parent a9a2ad99adfb3e2aa8fb8266475d42365f8d587d Use TSEL instead of SEL for if:else diff -r a9a2ad99adfb -r eaf0a014d18b code/lmc.tp --- a/code/lmc.tp Fri Jul 25 10:52:17 2014 -0700 +++ b/code/lmc.tp Fri Jul 25 10:56:27 2014 -0700 @@ -123,7 +123,7 @@ args <- args tail tlabel <- prog makeLabel: "true" flabel <- prog makeLabel: "false" - prog add: (inst: "SEL" #[ + prog add: (inst: "TSEL" #[ tlabel flabel ])