[llvm-commits] patch 1: move 'integer type' from derived to primitive in langref
Nick Lewycky
nicholas at mxc.ca
Sat Sep 19 12:04:19 PDT 2009
This is the first patch of a series of changes I have planned to clean
up the LangRef. Firstly, I'd like to move the integer type out of
'derived' and into 'primitive'. This permits us to explain that derived
types are all composed of other types, which primitive types aren't.
Without moving integer out of derived, this wouldn't be true.
I also perform a few trivial cleanups; 'i1' went from a link to
#t_primitive to #t_integer (a holdover from when it was a bool type I
suppose).
Nick
-------------- next part --------------
A non-text attachment was scrubbed...
Name: langref-1.patch
Type: text/x-patch
Size: 6434 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090919/462db373/attachment.bin>
More information about the llvm-commits
mailing list