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 | 5e37e99ba697487671f713ad62e15b3e9b1faa49 (patch) | |
tree | f35fd95f2a3f615337dcb890f392bb93e8ad112e /llvm/include/llvm-c/Core.h | |
parent | d11e5bc03ccd7608a460af60c36af62e10fcb69a (diff) | |
download | bcm5719-llvm-5e37e99ba697487671f713ad62e15b3e9b1faa49.tar.gz bcm5719-llvm-5e37e99ba697487671f713ad62e15b3e9b1faa49.zip |
Fix formatting. Patch by o11c.
llvm-svn: 181189
Diffstat (limited to 'llvm/include/llvm-c/Core.h')
-rw-r--r-- | llvm/include/llvm-c/Core.h | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h index 63e816effc6..6b62f33261e 100644 --- a/llvm/include/llvm-c/Core.h +++ b/llvm/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 |