diff options
Diffstat (limited to 'llvm/tools/llvm-exegesis/lib/BenchmarkRunner.h')
-rw-r--r-- | llvm/tools/llvm-exegesis/lib/BenchmarkRunner.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/tools/llvm-exegesis/lib/BenchmarkRunner.h b/llvm/tools/llvm-exegesis/lib/BenchmarkRunner.h index d4cdad20ccc..bffb965fcce 100644 --- a/llvm/tools/llvm-exegesis/lib/BenchmarkRunner.h +++ b/llvm/tools/llvm-exegesis/lib/BenchmarkRunner.h @@ -69,6 +69,9 @@ protected: const LLVMState &State; const RegisterAliasingTrackerCache RATC; + llvm::Expected<SnippetPrototype> generateSelfAliasingPrototype( + const Instruction &Instr) const; + private: // API to be implemented by subclasses. virtual llvm::Expected<SnippetPrototype> |