[llvm] r216774 - another typo
Sanjay Patel
spatel at rotateright.com
Fri Aug 29 13:35:00 PDT 2014
Author: spatel
Date: Fri Aug 29 15:35:00 2014
New Revision: 216774
URL: http://llvm.org/viewvc/llvm-project?rev=216774&view=rev
Log:
another typo
Modified:
llvm/trunk/include/llvm/IR/Instruction.h
Modified: llvm/trunk/include/llvm/IR/Instruction.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/Instruction.h?rev=216774&r1=216773&r2=216774&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/Instruction.h (original)
+++ llvm/trunk/include/llvm/IR/Instruction.h Fri Aug 29 15:35:00 2014
@@ -232,7 +232,7 @@ public:
/// Convenience function for setting all the fast-math flags on this
/// instruction, which must be an operator which supports these flags. See
- /// LangRef.html for the meaning of these flats.
+ /// LangRef.html for the meaning of these flags.
void setFastMathFlags(FastMathFlags FMF);
/// Determine whether the unsafe-algebra flag is set.
More information about the llvm-commits
mailing list