mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Trailing whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143113 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
55c4127134
commit
492be64772
@ -169,7 +169,7 @@ public:
|
||||
else
|
||||
L2DwarfRegs[LLVMReg] = DwarfReg;
|
||||
}
|
||||
|
||||
|
||||
/// mapDwarfRegToLLVMReg - Used to initialize Dwarf register to LLVM
|
||||
/// register number mapping. Called by TableGen auto-generated routines.
|
||||
/// *DO NOT USE*.
|
||||
@ -179,7 +179,7 @@ public:
|
||||
else
|
||||
Dwarf2LRegs[DwarfReg] = LLVMReg;
|
||||
}
|
||||
|
||||
|
||||
/// mapLLVMRegToSEHReg - Used to initialize LLVM register to SEH register
|
||||
/// number mapping. By default the SEH register number is just the same
|
||||
/// as the LLVM register number.
|
||||
@ -301,7 +301,7 @@ public:
|
||||
return Classes[i];
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
} // End llvm namespace
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user