Skip to content

Commit 2a82817

Browse files
Addressing review comments
1 parent c84e814 commit 2a82817

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/tools/llvm-exegesis/llvm-exegesis.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -312,10 +312,6 @@ static const char *getIgnoredOpcodeReasonOrNull(const LLVMState &State,
312312
return nullptr;
313313
}
314314

315-
static bool isIgnoredOpcode(const LLVMState &State, unsigned Opcode) {
316-
return getIgnoredOpcodeReasonOrNull(State, Opcode) != nullptr;
317-
}
318-
319315
// Checks that only one of OpcodeNames, OpcodeIndex or SnippetsFile is provided,
320316
// and returns the opcode indices or {} if snippets should be read from
321317
// `SnippetsFile`.

0 commit comments

Comments
 (0)