[MFProperties][NFC] Rename clear into reset to match BitVector naming.
authorQuentin Colombet <qcolombet@apple.com>
Fri, 26 Aug 2016 22:09:08 +0000 (22:09 +0000)
committerQuentin Colombet <qcolombet@apple.com>
Fri, 26 Aug 2016 22:09:08 +0000 (22:09 +0000)
commitc437aa9c262137ce936ae085364ae627b22cfa9b
tree071da4e62036f74215ce1f69d1339fdb2b209c43
parent9084adc290c24bd9e52046ef5771e7c83a6e6c34
[MFProperties][NFC] Rename clear into reset to match BitVector naming.

The name clear is used to reset all the bit in bitvectors and using it
to reset just properties was confusing.

llvm-svn: 279873
llvm/include/llvm/CodeGen/MachineFunction.h
llvm/include/llvm/CodeGen/MachineRegisterInfo.h
llvm/lib/CodeGen/MachineFunctionPass.cpp