Skip to content

Commit 5511bb2

Browse files
authored
Merge pull request rust-lang#131 from vext01/dup-binop
Remove unused duplicate BinaryOperator opcode.
2 parents 45bd986 + 3acb9bb commit 5511bb2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/YkIR/YkIRWriter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ enum OpCode {
4343
Br,
4444
CondBr,
4545
ICmp,
46-
BinaryOperator,
4746
Ret,
4847
InsertValue,
4948
PtrAdd,

0 commit comments

Comments
 (0)