mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 06:09:05 +00:00
[sparc] Small fix to r232719 to make 2007-12-17-InvokeAsm.ll pass on the buildbot.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232720 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
334291cfb6
commit
d30081aaa7
@ -200,6 +200,7 @@ SparcDAGToDAGISel::SelectInlineAsmMemoryOperand(const SDValue &Op,
|
||||
SDValue Op0, Op1;
|
||||
switch (ConstraintID) {
|
||||
default: return true;
|
||||
case InlineAsm::Constraint_i:
|
||||
case InlineAsm::Constraint_m: // memory
|
||||
if (!SelectADDRrr(Op, Op0, Op1))
|
||||
SelectADDRri(Op, Op0, Op1);
|
||||
|
Loading…
Reference in New Issue
Block a user