diff options
Diffstat (limited to 'llvm/tools/llvm-exegesis/lib/Uops.h')
-rw-r--r-- | llvm/tools/llvm-exegesis/lib/Uops.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-exegesis/lib/Uops.h b/llvm/tools/llvm-exegesis/lib/Uops.h index 103c1783975..58c1d347d81 100644 --- a/llvm/tools/llvm-exegesis/lib/Uops.h +++ b/llvm/tools/llvm-exegesis/lib/Uops.h @@ -62,7 +62,7 @@ private: // mov eax, [rdi + 256] void instantiateMemoryOperands(unsigned ScratchSpaceReg, - std::vector<InstructionInstance> &Snippet) const; + std::vector<InstructionBuilder> &Snippet) const; }; } // namespace exegesis |