lib/furnace/ssa/instructions/branch.rb in furnace-0.4.0.beta.1 vs lib/furnace/ssa/instructions/branch.rb in furnace-0.4.0.beta.2
- old
+ new
@@ -1,11 +1,11 @@
module Furnace
class SSA::BranchInsn < SSA::TerminatorInstruction
syntax do |s|
- s.operand :target, SSA::BasicBlock
+ s.operand :target
end
def exits?
false
end
end
-end
\ No newline at end of file
+end