diff options
author | Duncan Sands <baldrick@free.fr> | 2013-05-06 08:55:45 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2013-05-06 08:55:45 +0000 |
commit | 5d042c63741bc5ccec8ad18bfebf9f621fcde640 (patch) | |
tree | c7695b4adb7b9c2c6f5fe5c3352f7020f11dc14e /include/llvm-c | |
parent | 2720248ae5b0201a7bdba57f3625869b578f2a5d (diff) |
Fix formatting. Patch by o11c.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181189 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm-c')
-rw-r--r-- | include/llvm-c/Core.h | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h index 63e816effc..6b62f33261 100644 --- a/include/llvm-c/Core.h +++ b/include/llvm-c/Core.h @@ -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 |