mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
tyops
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111835 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b6ad691ad7
commit
11bc1652c9
@ -10,7 +10,7 @@
|
||||
// This file contains a pass that scans a machine function to determine which
|
||||
// conditional branches need more than 10 bits of displacement to reach their
|
||||
// target basic block. It does this in two passes; a calculation of basic block
|
||||
// positions pass, and a branch psuedo op to machine branch opcode pass. This
|
||||
// positions pass, and a branch pseudo op to machine branch opcode pass. This
|
||||
// pass should be run last, just before the assembly printer.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
@ -10,7 +10,7 @@
|
||||
// This file contains a pass that scans a machine function to determine which
|
||||
// conditional branches need more than 16 bits of displacement to reach their
|
||||
// target basic block. It does this in two passes; a calculation of basic block
|
||||
// positions pass, and a branch psuedo op to machine branch opcode pass. This
|
||||
// positions pass, and a branch pseudo op to machine branch opcode pass. This
|
||||
// pass should be run last, just before the assembly printer.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
@ -702,7 +702,7 @@ void Emitter<CodeEmitter>::emitInstruction(const MachineInstr &MI,
|
||||
// base address.
|
||||
switch (Opcode) {
|
||||
default:
|
||||
llvm_unreachable("psuedo instructions should be removed before code"
|
||||
llvm_unreachable("pseudo instructions should be removed before code"
|
||||
" emission");
|
||||
break;
|
||||
// Do nothing for Int_MemBarrier - it's just a comment. Add a debug
|
||||
|
Loading…
Reference in New Issue
Block a user