mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Add NegateInstruction
This commit is contained in:
@@ -761,6 +761,12 @@ class RemInstruction extends BinaryInstruction {
|
||||
}
|
||||
}
|
||||
|
||||
class NegateInstruction extends UnaryInstruction {
|
||||
NegateInstruction() {
|
||||
opcode instanceof Opcode::Negate
|
||||
}
|
||||
}
|
||||
|
||||
class BitAndInstruction extends BinaryInstruction {
|
||||
BitAndInstruction() {
|
||||
opcode instanceof Opcode::BitAnd
|
||||
|
||||
Reference in New Issue
Block a user