summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2013-05-06 08:55:45 +0000
committerDuncan Sands <baldrick@free.fr>2013-05-06 08:55:45 +0000
commit5d042c63741bc5ccec8ad18bfebf9f621fcde640 (patch)
treec7695b4adb7b9c2c6f5fe5c3352f7020f11dc14e /include
parent2720248ae5b0201a7bdba57f3625869b578f2a5d (diff)
downloadllvm-5d042c63741bc5ccec8ad18bfebf9f621fcde640.tar.gz
llvm-5d042c63741bc5ccec8ad18bfebf9f621fcde640.tar.bz2
llvm-5d042c63741bc5ccec8ad18bfebf9f621fcde640.tar.xz
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')
-rw-r--r--include/llvm-c/Core.h36
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