forked from OSchip/llvm-project
a7c0a11647
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 |
||
---|---|---|
llvm |