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:
Duncan Sands 2013-05-06 08:55:45 +00:00
parent 2720248ae5
commit 5d042c6374

View File

@ -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