Go to file
Chris Lattner a7c0a11647 Eliminate the Instruction::iType field, folding it into the Value::VTy field.
This reduces the size of the instruction class by 4 bytes, and means that
isa<CallInst>(V) (for example) only needs to do one load from memory instead
of two.

llvm-svn: 14434
2004-06-27 18:38:24 +00:00
llvm Eliminate the Instruction::iType field, folding it into the Value::VTy field. 2004-06-27 18:38:24 +00:00