mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-14 17:34:41 +00:00
Minor corrections
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15309 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b2f30a3792
commit
83660c5aed
@ -1,4 +1,4 @@
|
||||
//===-- Printer.cpp - Convert LLVM code to PowerPC assembly ---------------===//
|
||||
//===-- PowerPCAsmPrinter.cpp - Print machine instrs to PowerPC assembly --===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
@ -9,7 +9,7 @@
|
||||
//
|
||||
// This file contains a printer that converts from our internal representation
|
||||
// of machine-dependent LLVM code to PowerPC assembly language. This printer is
|
||||
// the output mechanism used by `llc' and `lli -print-machineinstrs'.
|
||||
// the output mechanism used by `llc'.
|
||||
//
|
||||
// Documentation at http://developer.apple.com/documentation/DeveloperTools/
|
||||
// Reference/Assembler/ASMIntroduction/chapter_1_section_1.html
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- Printer.cpp - Convert LLVM code to PowerPC assembly ---------------===//
|
||||
//===-- PowerPCAsmPrinter.cpp - Print machine instrs to PowerPC assembly --===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
@ -9,7 +9,7 @@
|
||||
//
|
||||
// This file contains a printer that converts from our internal representation
|
||||
// of machine-dependent LLVM code to PowerPC assembly language. This printer is
|
||||
// the output mechanism used by `llc' and `lli -print-machineinstrs'.
|
||||
// the output mechanism used by `llc'.
|
||||
//
|
||||
// Documentation at http://developer.apple.com/documentation/DeveloperTools/
|
||||
// Reference/Assembler/ASMIntroduction/chapter_1_section_1.html
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- Printer.cpp - Convert LLVM code to PowerPC assembly ---------------===//
|
||||
//===-- PowerPCAsmPrinter.cpp - Print machine instrs to PowerPC assembly --===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
@ -9,7 +9,7 @@
|
||||
//
|
||||
// This file contains a printer that converts from our internal representation
|
||||
// of machine-dependent LLVM code to PowerPC assembly language. This printer is
|
||||
// the output mechanism used by `llc' and `lli -print-machineinstrs'.
|
||||
// the output mechanism used by `llc'.
|
||||
//
|
||||
// Documentation at http://developer.apple.com/documentation/DeveloperTools/
|
||||
// Reference/Assembler/ASMIntroduction/chapter_1_section_1.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user