Skip to content
Commit 3d941bc6 authored by Craig Topper's avatar Craig Topper
Browse files

[IR] Inline Type::getScalarType() by using isVectorTy() and...

[IR] Inline Type::getScalarType() by using isVectorTy() and getVectorElementType() that were already available inline.

Seems to have very little compiled code size impact. But might give a tiny performance boost.

llvm-svn: 299811
parent b4419f9d
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