mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:43:36 +01:00
Fix formatting. Patch by o11c.
llvm-svn: 181189
This commit is contained in:
parent
74685eff73
commit
03217dbc22
@ -1102,24 +1102,24 @@ LLVMTypeRef LLVMX86MMXType(void);
|
||||
macro(SwitchInst) \
|
||||
macro(UnreachableInst) \
|
||||
macro(ResumeInst) \
|
||||
macro(UnaryInstruction) \
|
||||
macro(AllocaInst) \
|
||||
macro(CastInst) \
|
||||
macro(BitCastInst) \
|
||||
macro(FPExtInst) \
|
||||
macro(FPToSIInst) \
|
||||
macro(FPToUIInst) \
|
||||
macro(FPTruncInst) \
|
||||
macro(IntToPtrInst) \
|
||||
macro(PtrToIntInst) \
|
||||
macro(SExtInst) \
|
||||
macro(SIToFPInst) \
|
||||
macro(TruncInst) \
|
||||
macro(UIToFPInst) \
|
||||
macro(ZExtInst) \
|
||||
macro(ExtractValueInst) \
|
||||
macro(LoadInst) \
|
||||
macro(VAArgInst)
|
||||
macro(UnaryInstruction) \
|
||||
macro(AllocaInst) \
|
||||
macro(CastInst) \
|
||||
macro(BitCastInst) \
|
||||
macro(FPExtInst) \
|
||||
macro(FPToSIInst) \
|
||||
macro(FPToUIInst) \
|
||||
macro(FPTruncInst) \
|
||||
macro(IntToPtrInst) \
|
||||
macro(PtrToIntInst) \
|
||||
macro(SExtInst) \
|
||||
macro(SIToFPInst) \
|
||||
macro(TruncInst) \
|
||||
macro(UIToFPInst) \
|
||||
macro(ZExtInst) \
|
||||
macro(ExtractValueInst) \
|
||||
macro(LoadInst) \
|
||||
macro(VAArgInst)
|
||||
|
||||
/**
|
||||
* @defgroup LLVMCCoreValueGeneral General APIs
|
||||
|
Loading…
Reference in New Issue
Block a user