diff options
| author | Clement Courbet <courbet@google.com> | 2018-06-25 11:22:23 +0000 |
|---|---|---|
| committer | Clement Courbet <courbet@google.com> | 2018-06-25 11:22:23 +0000 |
| commit | cff2caac75a270a81b7ea08b9f091c6567378fb3 (patch) | |
| tree | 102ce749c4eb809671f9b6399650ee7ceb09925e /llvm/tools/llvm-exegesis/lib/Uops.cpp | |
| parent | 5b6b500687374c2e51bf8eeb2f7f776cc173cc31 (diff) | |
| download | bcm5719-llvm-cff2caac75a270a81b7ea08b9f091c6567378fb3.tar.gz bcm5719-llvm-cff2caac75a270a81b7ea08b9f091c6567378fb3.zip | |
[llvm-exegesis][NFC] clang-format
llvm-svn: 335452
Diffstat (limited to 'llvm/tools/llvm-exegesis/lib/Uops.cpp')
| -rw-r--r-- | llvm/tools/llvm-exegesis/lib/Uops.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/tools/llvm-exegesis/lib/Uops.cpp b/llvm/tools/llvm-exegesis/lib/Uops.cpp index a64bc9531f4..349f5f4eaa4 100644 --- a/llvm/tools/llvm-exegesis/lib/Uops.cpp +++ b/llvm/tools/llvm-exegesis/lib/Uops.cpp @@ -97,7 +97,8 @@ UopsBenchmarkRunner::isInfeasible(const llvm::MCInstrDesc &MCInstrDesc) const { return llvm::make_error<BenchmarkFailure>( "Infeasible : has unknown operands"); if (llvm::any_of(MCInstrDesc.operands(), hasMemoryOperand)) - return llvm::make_error<BenchmarkFailure>("Infeasible : has memory operands"); + return llvm::make_error<BenchmarkFailure>( + "Infeasible : has memory operands"); return llvm::Error::success(); } |

