[llvm] r217516 - typo
Sanjay Patel
spatel at rotateright.com
Wed Sep 10 09:58:40 PDT 2014
Author: spatel
Date: Wed Sep 10 11:58:40 2014
New Revision: 217516
URL: http://llvm.org/viewvc/llvm-project?rev=217516&view=rev
Log:
typo
Modified:
llvm/trunk/lib/IR/Instruction.cpp
Modified: llvm/trunk/lib/IR/Instruction.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/IR/Instruction.cpp?rev=217516&r1=217515&r2=217516&view=diff
==============================================================================
--- llvm/trunk/lib/IR/Instruction.cpp (original)
+++ llvm/trunk/lib/IR/Instruction.cpp Wed Sep 10 11:58:40 2014
@@ -180,7 +180,7 @@ bool Instruction::hasAllowReciprocal() c
/// 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();
More information about the llvm-commits
mailing list