aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/DAGDeltaAlgorithm.cpp
diff options
context:
space:
mode:
authorPetar Jovanovic <petar.jovanovic@imgtec.com>2015-03-16 15:01:09 +0000
committerPetar Jovanovic <petar.jovanovic@imgtec.com>2015-03-16 15:01:09 +0000
commitb592a75f5e27577da2fe94ae0ce2e709f415e7e6 (patch)
tree1f2ef591a56969c91bfeda4e7790ecad6c07763b /llvm/lib/Support/DAGDeltaAlgorithm.cpp
parenta7d323e9963e2e95951028425843d31da8cb9dee (diff)
downloadllvm-b592a75f5e27577da2fe94ae0ce2e709f415e7e6.zip
llvm-b592a75f5e27577da2fe94ae0ce2e709f415e7e6.tar.gz
llvm-b592a75f5e27577da2fe94ae0ce2e709f415e7e6.tar.bz2
[MIPS] Fix justify error for small structures
Fix justify error for small structures bigger than 32 bits in fixed arguments for MIPS64 big endian. There was a problem when small structures are passed as fixed arguments. The structures that are bigger than 32 bits but smaller than 64 bits were not left justified properly on MIPS64 big endian. This is fixed by shifting the value to make it left justified when appropriate. Patch by Aleksandar Beserminji. Differential Revision: http://reviews.llvm.org/D8174 llvm-svn: 232382
Diffstat (limited to 'llvm/lib/Support/DAGDeltaAlgorithm.cpp')
0 files changed, 0 insertions, 0 deletions