From: Jim Grosbach Date: Thu, 15 Dec 2011 21:54:55 +0000 (+0000) Subject: Silence warning. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=276ed0344c05822617934fa4a6a9920d864193a5;p=oota-llvm.git Silence warning. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146686 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/AsmParser/ARMAsmParser.cpp b/lib/Target/ARM/AsmParser/ARMAsmParser.cpp index 7251df96f1e..cd86065750e 100644 --- a/lib/Target/ARM/AsmParser/ARMAsmParser.cpp +++ b/lib/Target/ARM/AsmParser/ARMAsmParser.cpp @@ -2832,7 +2832,7 @@ parseVectorList(SmallVectorImpl &Operands) { return MatchOperand_ParseFail; } unsigned Count = 1; - unsigned Spacing = 0; + int Spacing = 0; unsigned FirstReg = Reg; // The list is of D registers, but we also allow Q regs and just interpret // them as the two D sub-registers.