From 0d5440d1570dc173579e8bf6b1b0592ace1e8465 Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Wed, 10 Sep 2014 16:58:40 +0000 Subject: [PATCH] typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217516 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/IR/Instruction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/IR/Instruction.cpp b/lib/IR/Instruction.cpp index 3e7b0314473..bf375c976df 100644 --- a/lib/IR/Instruction.cpp +++ b/lib/IR/Instruction.cpp @@ -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(this) && "getting fast-math flag on invalid op"); return cast(this)->getFastMathFlags();