summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-exegesis/lib/BenchmarkRunner.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/llvm-exegesis/lib/BenchmarkRunner.h')
-rw-r--r--llvm/tools/llvm-exegesis/lib/BenchmarkRunner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-exegesis/lib/BenchmarkRunner.h b/llvm/tools/llvm-exegesis/lib/BenchmarkRunner.h
index 845755ce97d..af3968f8944 100644
--- a/llvm/tools/llvm-exegesis/lib/BenchmarkRunner.h
+++ b/llvm/tools/llvm-exegesis/lib/BenchmarkRunner.h
@@ -67,7 +67,7 @@ public:
// Given a snippet, computes which registers the setup code needs to define.
std::vector<unsigned>
- computeRegsToDef(const std::vector<InstructionInstance> &Snippet) const;
+ computeRegsToDef(const std::vector<InstructionBuilder> &Snippet) const;
// Scratch space to run instructions that touch memory.
struct ScratchSpace {
OpenPOWER on IntegriCloud