Adjust to changes in asmwriter filenames

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18987 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-12-16 17:33:24 +00:00
parent 3c4734765e
commit 84b85c8262
2 changed files with 4 additions and 4 deletions

View File

@ -12,8 +12,8 @@ TARGET = X86
# Make sure that tblgen is run, first thing.
BUILT_SOURCES = X86GenRegisterInfo.h.inc X86GenRegisterNames.inc \
X86GenRegisterInfo.inc X86GenInstrNames.inc \
X86GenInstrInfo.inc X86GenATTAsmWriter.inc \
X86GenIntelAsmWriter.inc
X86GenInstrInfo.inc X86GenAsmWriter.inc \
X86GenAsmWriter1.inc
include $(LEVEL)/Makefile.common

View File

@ -222,7 +222,7 @@ namespace {
// Include the auto-generated portion of the assembly writer.
#include "X86GenIntelAsmWriter.inc"
#include "X86GenAsmWriter1.inc"
/// runOnMachineFunction - This uses the printMachineInstruction()
@ -445,7 +445,7 @@ namespace {
// Include the auto-generated portion of the assembly writer.
#include "X86GenATTAsmWriter.inc"
#include "X86GenAsmWriter.inc"
/// runOnMachineFunction - This uses the printMachineInstruction()