summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2018-06-21 22:25:42 +0000
committerSanjay Patel <spatel@rotateright.com>2018-06-21 22:25:42 +0000
commit73cde60468690613647161c95b4bca5f1c6958cd (patch)
tree83d6b054e72aa4c1bdd911e4da8ad78c353619c9 /llvm
parent3a2fd1c2f38b298409db3f154f991393e924942f (diff)
downloadbcm5719-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.h2
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);
OpenPOWER on IntegriCloud