diff options
author | Chris Lattner <sabre@nondot.org> | 2004-06-27 18:38:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-06-27 18:38:24 +0000 |
commit | 7da38ec915010576685200089c75a2135bd3fa97 (patch) | |
tree | e9b58bf0ad554b25460dbc85d311744dd1c39529 /lib/VMCore/Dominators.cpp | |
parent | 6b5f30f36511d76b306080e09879f993ff9faccd (diff) | |
download | external_llvm-7da38ec915010576685200089c75a2135bd3fa97.zip external_llvm-7da38ec915010576685200089c75a2135bd3fa97.tar.gz external_llvm-7da38ec915010576685200089c75a2135bd3fa97.tar.bz2 |
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14434 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/Dominators.cpp')
0 files changed, 0 insertions, 0 deletions