Skip to content
Commit 51109b78 authored by Chris Lattner's avatar Chris Lattner
Browse files

Commit an patch from Gabor Greif in Mar 2005. This eliminates the tail

pointer from ilist, storing it in the prev pointer of the first node in the
list instead.

This shrinks ilist from 8 to 4 bytes, BasicBlock from 40->36 bytes, Function
from 76->68 bytes, Module from 52->44 bytes.

llvm-svn: 36210
parent ceb4b208
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment