Fix file header as it has been renamed.
authorMisha Brukman <brukman+llvm@gmail.com>
Mon, 26 Jul 2004 18:45:48 +0000 (18:45 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Mon, 26 Jul 2004 18:45:48 +0000 (18:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15239 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86AsmPrinter.cpp
lib/Target/X86/X86FloatingPoint.cpp
lib/Target/X86/X86ISelPattern.cpp
lib/Target/X86/X86ISelSimple.cpp
lib/Target/X86/X86PeepholeOpt.cpp

index 9ac981f2b99b41355b4851be6c69449e930f010e..10a468ff18d06162c386dc98781f6ac886439d14 100644 (file)
@@ -1,4 +1,4 @@
-//===-- X86/Printer.cpp - Convert X86 LLVM code to Intel assembly ---------===//
+//===-- X86AsmPrinter.cpp - Convert X86 LLVM code to Intel assembly -------===//
 // 
 //                     The LLVM Compiler Infrastructure
 //
index fa2632f6fa8341d684912fb13b2a1c84694e60e6..8d7a8e72cc12e3f4bdd825d94a7403ab97a33246 100644 (file)
@@ -1,4 +1,4 @@
-//===-- FloatingPoint.cpp - Floating point Reg -> Stack converter ---------===//
+//===-- X86FloatingPoint.cpp - Floating point Reg -> Stack converter ------===//
 // 
 //                     The LLVM Compiler Infrastructure
 //
index cd79b1d87d852054fe27be21c0322af18ef33a8e..99a4f04cf86c895fa2fb1cb672333a36c7627f54 100644 (file)
@@ -1,4 +1,4 @@
-//===-- InstSelectPattern.cpp - A pattern matching inst selector for X86 --===//
+//===-- X86ISelPattern.cpp - A pattern matching inst selector for X86 -----===//
 // 
 //                     The LLVM Compiler Infrastructure
 //
index 4b43896d37db825d205d9153e671faa35ee49477..3f71a9720f3e42f64745b7b6795e74e55360e180 100644 (file)
@@ -1,4 +1,4 @@
-//===-- InstSelectSimple.cpp - A simple instruction selector for x86 ------===//
+//===-- X86ISelSimple.cpp - A simple instruction selector for x86 ---------===//
 // 
 //                     The LLVM Compiler Infrastructure
 //
index 8e3b831f9448317254d40fc4c755d4969b6334ca..82c622bff1399eddcd73d04dc6bc743be8398304 100644 (file)
@@ -1,4 +1,4 @@
-//===-- PeepholeOptimizer.cpp - X86 Peephole Optimizer --------------------===//
+//===-- X86PeepholeOpt.cpp - X86 Peephole Optimizer -----------------------===//
 // 
 //                     The LLVM Compiler Infrastructure
 //