remove bogus comment
[oota-llvm.git] / include / llvm / ParameterAttributes.h
index 5031d8467c8de2e9715363f818ee492facb1e3f3..22833629f06ebeed34fe883d45eb3df5d0d171cc 100644 (file)
@@ -124,7 +124,7 @@ public:
   template <typename Iter>
   static PAListPtr get(const Iter &I, const Iter &E) {
     if (I == E) return PAListPtr();  // Empty list.
-    return get(&*I, E-I);
+    return get(&*I, static_cast<unsigned>(E-I));
   }
 
   /// addAttr - Add the specified attribute at the specified index to this