git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272409
91177308-0d34-0410-b5e6-
96231b3b80d8
// Helper functions
//===----------------------------------------------------------------------===//
-/// Delete this instruction. Before we do, go through and zero out all the
+/// Delete this instruction. Before we do, go through and zero out all the
/// operands of this instruction. If any of them become dead, delete them and
/// the computation tree that feeds them.
/// If ValueSet is non-null, remove any deleted instructions from it as well.