From ec60adf1619d62045120682c984d06a8fd951373 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Mon, 28 Jun 2010 12:30:07 +0000 Subject: use CallInst::ArgOffset llvm-svn: 107003 --- llvm/lib/Transforms/Utils/AddrModeMatcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Transforms') diff --git a/llvm/lib/Transforms/Utils/AddrModeMatcher.cpp b/llvm/lib/Transforms/Utils/AddrModeMatcher.cpp index 7b050e35ef5..ce5472eb9be 100644 --- a/llvm/lib/Transforms/Utils/AddrModeMatcher.cpp +++ b/llvm/lib/Transforms/Utils/AddrModeMatcher.cpp @@ -382,7 +382,7 @@ static bool IsOperandAMemoryOperand(CallInst *CI, InlineAsm *IA, Value *OpVal, std::vector 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]); -- cgit v1.2.3