[llvm-commits] [vmkit] r51488 - in /vmkit/trunk/lib/N3/VMCore: CLIJit.cpp Opcodes.cpp VMClass.cpp
Dan Gohman
gohman at apple.com
Fri May 23 11:36:30 PDT 2008
On May 23, 2008, at 11:12 AM, Duncan Sands wrote:
> Hi Dan, I find the name isSingleValueType a bit odd.
> For example, a struct with one field could be said
> to have a single value, yet isSingleValueType would
> return false for it. How about: isSimpleType?
Hmm, isSimpleType is also a bit ambiguous to me. I don't
have a strong preference either way, and there is inertia
for isSingleValueType. I wouldn't object if you want to
rename it though.
Dan
More information about the llvm-commits
mailing list