mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-20 14:29:27 +00:00
Reapply r41578 with proper fix
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41680 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
406452dce3
commit
3825262399
@ -244,6 +244,7 @@ X86TargetLowering::X86TargetLowering(TargetMachine &TM)
|
||||
setExceptionPointerRegister(X86::EAX);
|
||||
setExceptionSelectorRegister(X86::EDX);
|
||||
}
|
||||
setOperationAction(ISD::FRAME_TO_ARGS_OFFSET, MVT::i32, Custom);
|
||||
|
||||
setOperationAction(ISD::ADJUST_TRAMP, MVT::i32, Expand);
|
||||
setOperationAction(ISD::ADJUST_TRAMP, MVT::i64, Expand);
|
||||
|
Loading…
x
Reference in New Issue
Block a user