Fix a logic bug when copying fast-math flags.
[oota-llvm.git] / include / llvm / IR / InstrTypes.h
index 799f684349f125f261047253b3fafde89fb793e5..7ef245cbc46ea294aae4504c827652e4eba3fa31 100644 (file)
@@ -358,7 +358,7 @@ public:
   /// isExact - Determine whether the exact flag is set.
   bool isExact() const;
 
-  /// Convenience method to copy wrapping, exact, and fast-math flag values
+  /// Convenience method to copy supported wrapping, exact, and fast-math flags
   /// from V to this instruction.
   void copyFlags(const Value *V);