Teach Type::isRealType() that vector types are never real types. All
of the callers of isRealType() already assumed this, and one of them (increment/decrement) mistakenly permitted increments of vector types because of it. llvm-svn: 106596
Loading
Please register or sign in to comment