diff options
Diffstat (limited to 'llvm/tools/llvm-exegesis/lib/Latency.cpp')
-rw-r--r-- | llvm/tools/llvm-exegesis/lib/Latency.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-exegesis/lib/Latency.cpp b/llvm/tools/llvm-exegesis/lib/Latency.cpp index 112d3acb5c8..87c895e4ab6 100644 --- a/llvm/tools/llvm-exegesis/lib/Latency.cpp +++ b/llvm/tools/llvm-exegesis/lib/Latency.cpp @@ -164,7 +164,7 @@ LatencySnippetGenerator::generateCodeTemplates( break; } if (Results.empty()) - return llvm::make_error<BenchmarkFailure>( + return make_error<Failure>( "No strategy found to make the execution serial"); return std::move(Results); } |