mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-26 21:20:37 +00:00
Fix file header as it has been renamed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15239 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c6d398abbb
commit
91b5ca838a
@ -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
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- FloatingPoint.cpp - Floating point Reg -> Stack converter ---------===//
|
||||
//===-- X86FloatingPoint.cpp - Floating point Reg -> Stack converter ------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -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
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- InstSelectSimple.cpp - A simple instruction selector for x86 ------===//
|
||||
//===-- X86ISelSimple.cpp - A simple instruction selector for x86 ---------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- PeepholeOptimizer.cpp - X86 Peephole Optimizer --------------------===//
|
||||
//===-- X86PeepholeOpt.cpp - X86 Peephole Optimizer -----------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user