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:
parent
1986f92e21
commit
43e3c57dc7
@ -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({})
|
||||
|
Loading…
Reference in New Issue
Block a user