diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/X86/X86AsmPrinter.cpp | 2 | ||||
-rw-r--r-- | lib/Target/X86/X86FloatingPoint.cpp | 2 | ||||
-rw-r--r-- | lib/Target/X86/X86ISelPattern.cpp | 2 | ||||
-rw-r--r-- | lib/Target/X86/X86ISelSimple.cpp | 2 | ||||
-rw-r--r-- | lib/Target/X86/X86PeepholeOpt.cpp | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/lib/Target/X86/X86AsmPrinter.cpp b/lib/Target/X86/X86AsmPrinter.cpp index 9ac981f2b9..10a468ff18 100644 --- a/lib/Target/X86/X86AsmPrinter.cpp +++ b/lib/Target/X86/X86AsmPrinter.cpp @@ -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 // diff --git a/lib/Target/X86/X86FloatingPoint.cpp b/lib/Target/X86/X86FloatingPoint.cpp index fa2632f6fa..8d7a8e72cc 100644 --- a/lib/Target/X86/X86FloatingPoint.cpp +++ b/lib/Target/X86/X86FloatingPoint.cpp @@ -1,4 +1,4 @@ -//===-- FloatingPoint.cpp - Floating point Reg -> Stack converter ---------===// +//===-- X86FloatingPoint.cpp - Floating point Reg -> Stack converter ------===// // // The LLVM Compiler Infrastructure // diff --git a/lib/Target/X86/X86ISelPattern.cpp b/lib/Target/X86/X86ISelPattern.cpp index cd79b1d87d..99a4f04cf8 100644 --- a/lib/Target/X86/X86ISelPattern.cpp +++ b/lib/Target/X86/X86ISelPattern.cpp @@ -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 // diff --git a/lib/Target/X86/X86ISelSimple.cpp b/lib/Target/X86/X86ISelSimple.cpp index 4b43896d37..3f71a9720f 100644 --- a/lib/Target/X86/X86ISelSimple.cpp +++ b/lib/Target/X86/X86ISelSimple.cpp @@ -1,4 +1,4 @@ -//===-- InstSelectSimple.cpp - A simple instruction selector for x86 ------===// +//===-- X86ISelSimple.cpp - A simple instruction selector for x86 ---------===// // // The LLVM Compiler Infrastructure // diff --git a/lib/Target/X86/X86PeepholeOpt.cpp b/lib/Target/X86/X86PeepholeOpt.cpp index 8e3b831f94..82c622bff1 100644 --- a/lib/Target/X86/X86PeepholeOpt.cpp +++ b/lib/Target/X86/X86PeepholeOpt.cpp @@ -1,4 +1,4 @@ -//===-- PeepholeOptimizer.cpp - X86 Peephole Optimizer --------------------===// +//===-- X86PeepholeOpt.cpp - X86 Peephole Optimizer -----------------------===// // // The LLVM Compiler Infrastructure // |