Use proper alignment for i16/i32 on msp430. This fixes PR5815.

llvm-svn: 91739
This commit is contained in:
Anton Korobeynikov 2009-12-19 01:32:37 +00:00
parent 25d862bb17
commit d94329a545
1 changed files with 1 additions and 1 deletions

View File

@ -1603,7 +1603,7 @@ namespace {
IntPtrType = SignedShort;
PtrDiffType = SignedInt;
SigAtomicType = SignedLong;
DescriptionString = "e-p:16:8:8-i8:8:8-i16:8:8-i32:8:8-n8:16";
DescriptionString = "e-p:16:16:16-i8:8:8-i16:16:16-i32:16:32-n8:16";
}
virtual void getTargetDefines(const LangOptions &Opts,
std::vector<char> &Defines) const {