Move the integer type out of 'derived' and into 'primitive'. This permits us
authorNick Lewycky <nicholas@mxc.ca>
Sun, 27 Sep 2009 00:45:11 +0000 (00:45 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 27 Sep 2009 00:45:11 +0000 (00:45 +0000)
commitec38da42c8d563d639579d77b883e9ed1cbe2582
treef9c9e932db764bc160b2abd0d702feda2e926f07
parent81f46d9ce1888308b33336f9bea72147430da36b
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.

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).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82884 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LangRef.html