1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

[llvm-exegesis][NFC] Remove dead function.

llvm-svn: 332597
This commit is contained in:
Clement Courbet 2018-05-17 11:51:49 +00:00
parent 1986f92e21
commit 43e3c57dc7

View File

@ -35,11 +35,6 @@ protected:
}
}
void RunIfSupported(const ExecutableFunction &Function) const {
if (CanExecute)
Function();
}
template <class... Bs> inline void Check(llvm::MCInst MCInst, Bs... Bytes) {
ExecutableFunction Function = (MCInst.getOpcode() == 0)
? assembleToFunction({})