Adjust to changes in asmwriter filenames
authorChris Lattner <sabre@nondot.org>
Thu, 16 Dec 2004 17:33:24 +0000 (17:33 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 16 Dec 2004 17:33:24 +0000 (17:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18987 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/Makefile
lib/Target/X86/X86AsmPrinter.cpp

index 87115eac81a6e618d9480d97f2bba55dcca08092..423f1bfac88e4723d2205eab00b2c828d236e10f 100644 (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
 
index 32e8041eea0e571a4dcdb78b91c19715f1455755..f91a170098f89a8d03983207c66700272edc619b 100644 (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()