mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 21:31:03 +00:00
Remove tabs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160473 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
17689b13be
commit
8c51e3995d
@ -109,9 +109,9 @@ struct LLVMOpInfo1 {
|
|||||||
*/
|
*/
|
||||||
typedef const char *(*LLVMSymbolLookupCallback)(void *DisInfo,
|
typedef const char *(*LLVMSymbolLookupCallback)(void *DisInfo,
|
||||||
uint64_t ReferenceValue,
|
uint64_t ReferenceValue,
|
||||||
uint64_t *ReferenceType,
|
uint64_t *ReferenceType,
|
||||||
uint64_t ReferencePC,
|
uint64_t ReferencePC,
|
||||||
const char **ReferenceName);
|
const char **ReferenceName);
|
||||||
/**
|
/**
|
||||||
* The reference types on input and output.
|
* The reference types on input and output.
|
||||||
*/
|
*/
|
||||||
|
@ -1318,7 +1318,7 @@ public:
|
|||||||
/// registers. If false is returned, an sret-demotion is performed.
|
/// registers. If false is returned, an sret-demotion is performed.
|
||||||
///
|
///
|
||||||
virtual bool CanLowerReturn(CallingConv::ID /*CallConv*/,
|
virtual bool CanLowerReturn(CallingConv::ID /*CallConv*/,
|
||||||
MachineFunction &/*MF*/, bool /*isVarArg*/,
|
MachineFunction &/*MF*/, bool /*isVarArg*/,
|
||||||
const SmallVectorImpl<ISD::OutputArg> &/*Outs*/,
|
const SmallVectorImpl<ISD::OutputArg> &/*Outs*/,
|
||||||
LLVMContext &/*Context*/) const
|
LLVMContext &/*Context*/) const
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user