mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
Alpha ABI specifies stack is always 16 byte alligned, and gcc does it, so I will too
llvm-svn: 22634
This commit is contained in:
parent
96367799a2
commit
2865f0fe01
@ -60,7 +60,7 @@ unsigned AlphaTargetMachine::getJITMatchQuality() {
|
||||
|
||||
AlphaTargetMachine::AlphaTargetMachine( const Module &M, IntrinsicLowering *IL)
|
||||
: TargetMachine("alpha", IL, true),
|
||||
FrameInfo(TargetFrameInfo::StackGrowsDown, 8, 0), //TODO: check these
|
||||
FrameInfo(TargetFrameInfo::StackGrowsDown, 16, 0),
|
||||
JITInfo(*this)
|
||||
{}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user