mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Fix formatting. Patch by o11c.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181189 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2720248ae5
commit
5d042c6374
@ -1102,24 +1102,24 @@ LLVMTypeRef LLVMX86MMXType(void);
|
|||||||
macro(SwitchInst) \
|
macro(SwitchInst) \
|
||||||
macro(UnreachableInst) \
|
macro(UnreachableInst) \
|
||||||
macro(ResumeInst) \
|
macro(ResumeInst) \
|
||||||
macro(UnaryInstruction) \
|
macro(UnaryInstruction) \
|
||||||
macro(AllocaInst) \
|
macro(AllocaInst) \
|
||||||
macro(CastInst) \
|
macro(CastInst) \
|
||||||
macro(BitCastInst) \
|
macro(BitCastInst) \
|
||||||
macro(FPExtInst) \
|
macro(FPExtInst) \
|
||||||
macro(FPToSIInst) \
|
macro(FPToSIInst) \
|
||||||
macro(FPToUIInst) \
|
macro(FPToUIInst) \
|
||||||
macro(FPTruncInst) \
|
macro(FPTruncInst) \
|
||||||
macro(IntToPtrInst) \
|
macro(IntToPtrInst) \
|
||||||
macro(PtrToIntInst) \
|
macro(PtrToIntInst) \
|
||||||
macro(SExtInst) \
|
macro(SExtInst) \
|
||||||
macro(SIToFPInst) \
|
macro(SIToFPInst) \
|
||||||
macro(TruncInst) \
|
macro(TruncInst) \
|
||||||
macro(UIToFPInst) \
|
macro(UIToFPInst) \
|
||||||
macro(ZExtInst) \
|
macro(ZExtInst) \
|
||||||
macro(ExtractValueInst) \
|
macro(ExtractValueInst) \
|
||||||
macro(LoadInst) \
|
macro(LoadInst) \
|
||||||
macro(VAArgInst)
|
macro(VAArgInst)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup LLVMCCoreValueGeneral General APIs
|
* @defgroup LLVMCCoreValueGeneral General APIs
|
||||||
|
Loading…
Reference in New Issue
Block a user