Fix PR1816, by correcting the broken definition of APInt::countTrailingZeros.
[oota-llvm.git] / include / llvm / ADT / hash_set.in
index 1d4dff8b54d49a8a61c9bfd6e91036480af05c13..aa27e5f0205c26547652cdb082a01a9339609b49 100644 (file)
@@ -84,7 +84,7 @@ namespace HASH_NAMESPACE {
 /*
 template <class DataType> struct hash {
     unsigned int operator()(const unsigned int& x) const {
-       return x;
+      return x;
     }
 };
 */