Adjust to changes in asmwriter filenames

llvm-svn: 18987
diff --git a/llvm/lib/Target/X86/X86AsmPrinter.cpp b/llvm/lib/Target/X86/X86AsmPrinter.cpp
index 32e8041..f91a170 100644
--- a/llvm/lib/Target/X86/X86AsmPrinter.cpp
+++ b/llvm/lib/Target/X86/X86AsmPrinter.cpp
@@ -222,7 +222,7 @@
 
 
 // Include the auto-generated portion of the assembly writer.
-#include "X86GenIntelAsmWriter.inc"
+#include "X86GenAsmWriter1.inc"
 
 
 /// runOnMachineFunction - This uses the printMachineInstruction()
@@ -445,7 +445,7 @@
 
 
 // Include the auto-generated portion of the assembly writer.
-#include "X86GenATTAsmWriter.inc"
+#include "X86GenAsmWriter.inc"
 
 
 /// runOnMachineFunction - This uses the printMachineInstruction()