forked from OSchip/llvm-project
parent
2de43a7c5c
commit
ec60adf161
|
@ -382,7 +382,7 @@ static bool IsOperandAMemoryOperand(CallInst *CI, InlineAsm *IA, Value *OpVal,
|
|||
std::vector<InlineAsm::ConstraintInfo>
|
||||
Constraints = IA->ParseConstraints();
|
||||
|
||||
unsigned ArgNo = 1; // ArgNo - The operand of the CallInst.
|
||||
unsigned ArgNo = CallInst::ArgOffset; // ArgNo - The operand of the CallInst.
|
||||
for (unsigned i = 0, e = Constraints.size(); i != e; ++i) {
|
||||
TargetLowering::AsmOperandInfo OpInfo(Constraints[i]);
|
||||
|
||||
|
|
Loading…
Reference in New Issue