[X86][MemFold] Stop emitting Header for X86 fold tables
Reviewed By: skan Differential Revision: https://reviews.llvm.org/D146502
This commit is contained in:
parent
6fc670e5e3
commit
db8c0b295d
|
@ -1,2 +1,2 @@
|
|||
// RUN: llvm-tblgen -gen-x86-fold-tables -asmwriternum=1 %p/../../lib/Target/X86/X86.td -I %p/../../include -I %p/../../lib/Target/X86/ -I %p/../../include/ -I %p/../../lib/Target/ --write-if-changed -o %t1
|
||||
// RUN: cmp --ignore-initial=0:568 %p/../../lib/Target/X86/X86MemFoldTables.inc %t1
|
||||
// RUN: cmp %p/../../lib/Target/X86/X86MemFoldTables.inc %t1
|
||||
|
|
|
@ -523,7 +523,6 @@ void X86FoldTablesEmitter::updateTables(const CodeGenInstruction *RegInstr,
|
|||
|
||||
void X86FoldTablesEmitter::run(raw_ostream &o) {
|
||||
formatted_raw_ostream OS(o);
|
||||
emitSourceFileHeader("X86 fold tables", OS);
|
||||
|
||||
// Holds all memory instructions
|
||||
std::vector<const CodeGenInstruction *> MemInsts;
|
||||
|
|
Loading…
Reference in New Issue
Block a user