Don't use unsigned char for alignments in TargetData. There aren't
authorDan Gohman <gohman@apple.com>
Wed, 11 Aug 2010 18:15:01 +0000 (18:15 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 11 Aug 2010 18:15:01 +0000 (18:15 +0000)
commitb68f274b6d63ffcf4391304e7e133b7913f17d96
tree7f2bdb5b25ba30249ebc737fd666f098d3e411f0
parentd881627d3307ef3379627de4eeb65395867a7b08
Don't use unsigned char for alignments in TargetData. There aren't
that many of these things, so the memory savings isn't significant,
and there are now situations where there can be alignments greater
than 128.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110836 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetData.h
lib/Target/TargetData.cpp