typo
authorSanjay Patel <spatel@rotateright.com>
Wed, 10 Sep 2014 16:58:40 +0000 (16:58 +0000)
committerSanjay Patel <spatel@rotateright.com>
Wed, 10 Sep 2014 16:58:40 +0000 (16:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217516 91177308-0d34-0410-b5e6-96231b3b80d8

lib/IR/Instruction.cpp

index 3e7b03144737e444e554aa4d5197b94da380aa6e..bf375c976df5f29578347fc65b8ee8584998e50e 100644 (file)
@@ -180,7 +180,7 @@ bool Instruction::hasAllowReciprocal() const {
 
 /// Convenience function for getting all the fast-math flags, which must be an
 /// operator which supports these flags. See LangRef.html for the meaning of
-/// these flats.
+/// these flags.
 FastMathFlags Instruction::getFastMathFlags() const {
   assert(isa<FPMathOperator>(this) && "getting fast-math flag on invalid op");
   return cast<FPMathOperator>(this)->getFastMathFlags();