[NFC] Style cleanup
authorShengchen Kan <shengchen.kan@intel.com>
Tue, 31 Dec 2019 06:23:07 +0000 (14:23 +0800)
committerShengchen Kan <shengchen.kan@intel.com>
Tue, 31 Dec 2019 06:28:33 +0000 (14:28 +0800)
commit5b1cbfa4232ee81e62a16534113aeb7401841f82
tree5a68d3703b7d30e16cfffd96acecdb3d6689dfe1
parent0d6ebb4f0dd7ca81bdfc2a210b1d5ef46e0c9587
[NFC] Style cleanup

1. Remove function is64BitMode() and use STI.hasFeature(X86::Mode16Bit) directly
2. Use Doxygen features in comment
3. Rename functions to make them start with a lower case letter
4. Format the code with clang-format
llvm/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp