diff options
Diffstat (limited to 'llvm/tools/llvm-exegesis/llvm-exegesis.cpp')
-rw-r--r-- | llvm/tools/llvm-exegesis/llvm-exegesis.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/tools/llvm-exegesis/llvm-exegesis.cpp b/llvm/tools/llvm-exegesis/llvm-exegesis.cpp index 55903728f9d..d9976cfb155 100644 --- a/llvm/tools/llvm-exegesis/llvm-exegesis.cpp +++ b/llvm/tools/llvm-exegesis/llvm-exegesis.cpp @@ -191,8 +191,7 @@ public: // Implementation of the llvm::MCStreamer interface. We only care about // instructions. void EmitInstruction(const llvm::MCInst &Instruction, - const llvm::MCSubtargetInfo &STI, - bool PrintSchedInfo) override { + const llvm::MCSubtargetInfo &STI) override { Result->Instructions.push_back(Instruction); } |