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

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
parent 8e55b759
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