Commit c7b3b71a authored by Youngsuk Kim's avatar Youngsuk Kim
Browse files

[llvm] Remove redundant override 'RecordStreamer::emitInstruction' (NFC)

`RecordStreamer::emitInstruction` simply calls
`MCStreamer::emitInstruction` (overrided method of parent class), which
makes the override unnecessary.
parent 8103ae66
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment