diff options
| author | Sanjay Patel <spatel@rotateright.com> | 2018-06-21 22:25:42 +0000 |
|---|---|---|
| committer | Sanjay Patel <spatel@rotateright.com> | 2018-06-21 22:25:42 +0000 |
| commit | 73cde60468690613647161c95b4bca5f1c6958cd (patch) | |
| tree | 83d6b054e72aa4c1bdd911e4da8ad78c353619c9 /llvm | |
| parent | 3a2fd1c2f38b298409db3f154f991393e924942f (diff) | |
| download | bcm5719-llvm-73cde60468690613647161c95b4bca5f1c6958cd.tar.gz bcm5719-llvm-73cde60468690613647161c95b4bca5f1c6958cd.zip | |
[IR] fix typo in comment; NFC
llvm-svn: 335301
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/IR/Instruction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/IR/Instruction.h b/llvm/include/llvm/IR/Instruction.h index e1db9b1f02a..a3bf25056ee 100644 --- a/llvm/include/llvm/IR/Instruction.h +++ b/llvm/include/llvm/IR/Instruction.h @@ -289,7 +289,7 @@ public: /// Return the debug location for this node as a DebugLoc. const DebugLoc &getDebugLoc() const { return DbgLoc; } - /// Set or clear the nsw flag on this instruction, which must be an operator + /// Set or clear the nuw flag on this instruction, which must be an operator /// which supports this flag. See LangRef.html for the meaning of this flag. void setHasNoUnsignedWrap(bool b = true); |

