mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
80 column fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117741 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d8a11c25fa
commit
c4bc2111a7
@ -194,8 +194,8 @@ namespace {
|
||||
Binary |= (Reg << 13);
|
||||
return Binary;
|
||||
}
|
||||
unsigned getNEONVcvtImm32OpValue(const MachineInstr &MI, unsigned Op) const {
|
||||
return 0; }
|
||||
unsigned getNEONVcvtImm32OpValue(const MachineInstr &MI, unsigned Op)
|
||||
const { return 0; }
|
||||
|
||||
/// getMovi32Value - Return binary encoding of operand for movw/movt. If the
|
||||
/// machine operand requires relocation, record the relocation and return
|
||||
|
Loading…
Reference in New Issue
Block a user