| commit | 06039d1190265627c75dfc4dc2d2eb822121c6a3 | [log] [tgz] | 
|---|---|---|
| author | Anton Korobeynikov <asl@math.spbu.ru> | Tue Jun 09 23:00:39 2009 +0000 | 
| committer | Anton Korobeynikov <asl@math.spbu.ru> | Tue Jun 09 23:00:39 2009 +0000 | 
| tree | 98cdb0289619505ef32d321ab8323d755ebea50d | |
| parent | 0bdc1f5eef52f49cad34100e42d3c5f4a9fdeae1 [diff] [blame] | 
Silence a warning llvm-svn: 73152
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp index 9e15a54..2f94b67 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.cpp +++ b/llvm/lib/Target/X86/X86ISelLowering.cpp
@@ -7696,7 +7696,7 @@ SelectionDAG &DAG, MachineFrameInfo *MFI, const TargetLowering &TLI) { LDBase = NULL; - LastLoadedElt = -1; + LastLoadedElt = -1U; for (unsigned i = 0; i < NumElems; ++i) { if (N->getMaskElt(i) < 0) { if (!LDBase)