diff options
| author | Sanjay Patel <spatel@rotateright.com> | 2014-09-10 16:58:40 +0000 |
|---|---|---|
| committer | Sanjay Patel <spatel@rotateright.com> | 2014-09-10 16:58:40 +0000 |
| commit | 1893a25a5f59c3dc46069b0e5830e6e10b802436 (patch) | |
| tree | e2250d68c3c9c4a4a329e86fffb154d8ac478bb4 /llvm | |
| parent | 59801406ca9c34e5499c7f739ec658517f9a0cea (diff) | |
| download | bcm5719-llvm-1893a25a5f59c3dc46069b0e5830e6e10b802436.tar.gz bcm5719-llvm-1893a25a5f59c3dc46069b0e5830e6e10b802436.zip | |
typo
llvm-svn: 217516
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/lib/IR/Instruction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/IR/Instruction.cpp b/llvm/lib/IR/Instruction.cpp index 3e7b0314473..bf375c976df 100644 --- a/llvm/lib/IR/Instruction.cpp +++ b/llvm/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<FPMathOperator>(this) && "getting fast-math flag on invalid op"); return cast<FPMathOperator>(this)->getFastMathFlags(); |

