forked from OSchip/llvm-project
Use proper alignment for i16/i32 on msp430. This fixes PR5815.
llvm-svn: 91739
This commit is contained in:
parent
25d862bb17
commit
d94329a545
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue