summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/AsmPrinter/X86MCInstLower.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-09-20 07:41:30 +0000
committerChris Lattner <sabre@nondot.org>2009-09-20 07:41:30 +0000
commit5159bbaf9e066e89702e84b3eee0daafc83afb33 (patch)
treef7e6233500f6ea6cfcfd907f5db1932f8b258227 /llvm/lib/Target/X86/AsmPrinter/X86MCInstLower.cpp
parent40d9a5319a420a045efe409064aaeb9d62d95edc (diff)
downloadbcm5719-llvm-5159bbaf9e066e89702e84b3eee0daafc83afb33.tar.gz
bcm5719-llvm-5159bbaf9e066e89702e84b3eee0daafc83afb33.zip
rename X86ATTAsmPrinter.cpp -> X86AsmPrinter.cpp likewise the .h file.
llvm-svn: 82394
Diffstat (limited to 'llvm/lib/Target/X86/AsmPrinter/X86MCInstLower.cpp')
-rw-r--r--llvm/lib/Target/X86/AsmPrinter/X86MCInstLower.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/AsmPrinter/X86MCInstLower.cpp b/llvm/lib/Target/X86/AsmPrinter/X86MCInstLower.cpp
index b89de321761..28cdbaca403 100644
--- a/llvm/lib/Target/X86/AsmPrinter/X86MCInstLower.cpp
+++ b/llvm/lib/Target/X86/AsmPrinter/X86MCInstLower.cpp
@@ -13,7 +13,7 @@
//===----------------------------------------------------------------------===//
#include "X86MCInstLower.h"
-#include "X86ATTAsmPrinter.h"
+#include "X86AsmPrinter.h"
#include "X86MCAsmInfo.h"
#include "X86COFFMachineModuleInfo.h"
#include "llvm/CodeGen/MachineModuleInfoImpls.h"
OpenPOWER on IntegriCloud