diff options
Diffstat (limited to 'llvm/tools/llvm-exegesis/lib/SnippetGenerator.h')
-rw-r--r-- | llvm/tools/llvm-exegesis/lib/SnippetGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-exegesis/lib/SnippetGenerator.h b/llvm/tools/llvm-exegesis/lib/SnippetGenerator.h index 326d36b002f..2cdc8e4b8bf 100644 --- a/llvm/tools/llvm-exegesis/lib/SnippetGenerator.h +++ b/llvm/tools/llvm-exegesis/lib/SnippetGenerator.h @@ -50,7 +50,7 @@ public: // Given a snippet, computes which registers the setup code needs to define. std::vector<RegisterValue> computeRegisterInitialValues( - const std::vector<InstructionBuilder> &Snippet) const; + const std::vector<InstructionTemplate> &Snippet) const; protected: const LLVMState &State; |