[llvm-commits] [PATCH 1/5] [llvm-c] Fix class hierarchy indentation in LLVM_FOR_EACH_VALUE_SUBCLASS macro

Anders Waldenborg anders at 0x63.nu
Mon Mar 19 13:24:49 PDT 2012


This is only a change in indentation (diff -w is empty). The
indentation here is used to show the class hierarchy, but
UnaryInstruction was not indented properly and it looked like it was a
subclass of User instead of Instruction.
---
 include/llvm-c/Core.h |   36 ++++++++++++++++++------------------
 1 files changed, 18 insertions(+), 18 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-llvm-c-Fix-class-hierarchy-indentation-in-LLVM_FOR_E.patch
Type: text/x-patch
Size: 2067 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120319/f4b59a05/attachment.bin>


More information about the llvm-commits mailing list