PseudoSourceValue: Introduce a 'PSVKind' enumerator.
[oota-llvm.git] / include / llvm / ADT / APInt.h
index 5013f295f5c790ae2c366ebaf1be0c36151e659e..ea67e7928a7e0124b76314e2c748cb3270ebb6d3 100644 (file)
@@ -1528,7 +1528,7 @@ public:
   /// \returns the nearest log base 2 of this APInt. Ties round up.
   ///
   /// NOTE: When we have a BitWidth of 1, we define:
-  /// 
+  ///
   ///   log2(0) = UINT32_MAX
   ///   log2(1) = 0
   ///