tomlokhorst / language-cil

Manipulating Common Intermediate Language AST in Haskell
Other
20 stars 8 forks source link

Non-existent cge opcodes #13

Closed dmcclean closed 13 years ago

dmcclean commented 13 years ago

Language.Cil.Syntax has an alternative for a Cge opcode, and there is a related builder. There is no such opcode, according to the Partition III index. Nor is there a Cle opcode.

tomlokhorst commented 13 years ago

I've removed them. I guess I must have copy-and-pasted bge and ble.