OSDN Git Service

According to ARM EABI, 8-bytes function arguments must be 8-bytes aligned.
authorLauro Ramos Venancio <lauro.venancio@gmail.com>
Tue, 13 Feb 2007 14:07:13 +0000 (14:07 +0000)
committerLauro Ramos Venancio <lauro.venancio@gmail.com>
Tue, 13 Feb 2007 14:07:13 +0000 (14:07 +0000)
commit876eaf1135b40869f59fb27c87a7d626459e9181
tree8798ba5674b8f98d1bbb5a62d630db7ca52db447
parent7aa47b69ca5f4feb6b106a50959e37822bd25b4f
According to ARM EABI, 8-bytes function arguments must be 8-bytes aligned.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34241 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMTargetMachine.cpp
test/CodeGen/ARM/arguments.ll [new file with mode: 0644]