diff options
Diffstat (limited to 'llvm/tools/llvm-exegesis/lib/Uops.h')
-rw-r--r-- | llvm/tools/llvm-exegesis/lib/Uops.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/tools/llvm-exegesis/lib/Uops.h b/llvm/tools/llvm-exegesis/lib/Uops.h index 31523f5a9a4..33d0d8b1596 100644 --- a/llvm/tools/llvm-exegesis/lib/Uops.h +++ b/llvm/tools/llvm-exegesis/lib/Uops.h @@ -31,8 +31,6 @@ public: static constexpr const size_t kMinNumDifferentAddresses = 6; private: - llvm::Error isInfeasible(const llvm::MCInstrDesc &MCInstrDesc) const; - // Instantiates memory operands within a snippet. // To make computations as parallel as possible, we generate independant // memory locations for instructions that load and store. If there are less |