1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00

Fix whitespace. NFC.

llvm-svn: 272409
This commit is contained in:
Chad Rosier 2016-06-10 17:58:01 +00:00
parent c54dedba6d
commit cec5b3959a

View File

@ -51,7 +51,7 @@ STATISTIC(NumFastOther , "Number of other instrs removed");
// 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.