Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See:...
[oota-llvm.git] / include / llvm / ADT / PackedVector.h
index 272322a2f4ba74b984df963c30255e87aca0ab0d..2eaddc2b4eeac6d4bae4f91b808206b170a4f39b 100644 (file)
@@ -90,7 +90,7 @@ public:
       Vec.setValue(Vec.Bits, Idx, val);
       return *this;
     }
-    operator T() {
+    operator T() const {
       return Vec.getValue(Vec.Bits, Idx);
     }
   };