summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2017-10-13 05:35:34 +0000
committerCraig Topper <craig.topper@intel.com>2017-10-13 05:35:34 +0000
commitbde7abe9c979952e57918f0738c6b974d554584e (patch)
tree2518808c1320bfaff1614b345e9426f514ef52eb /llvm/lib/CodeGen
parent06b7299dc40546c76f7dbc8a7404fbcfd378726a (diff)
downloadbcm5719-llvm-bde7abe9c979952e57918f0738c6b974d554584e.tar.gz
bcm5719-llvm-bde7abe9c979952e57918f0738c6b974d554584e.zip
[SelectionDAG] Fix typo in comment. NFC
llvm-svn: 315670
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
index 7570b06a5de..68602c81481 100644
--- a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
@@ -458,7 +458,7 @@ TargetLowering::SimplifyDemandedBits(SDNode *User, unsigned OpIdx,
// If Old has more than one use then it must be Op, because the
// AssumeSingleUse flag is not propogated to recursive calls of
// SimplifyDemanded bits, so the only node with multiple use that
- // it will attempt to combine will be opt.
+ // it will attempt to combine will be Op.
assert(TLO.Old == Op);
SmallVector <SDValue, 4> NewOps;
OpenPOWER on IntegriCloud