[all-commits] [llvm/llvm-project] 5b1cbf: [NFC] Style cleanup
KanRobert via All-commits
all-commits at lists.llvm.org
Mon Dec 30 22:29:08 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5b1cbfa4232ee81e62a16534113aeb7401841f82
https://github.com/llvm/llvm-project/commit/5b1cbfa4232ee81e62a16534113aeb7401841f82
Author: Shengchen Kan <shengchen.kan at intel.com>
Date: 2019-12-31 (Tue, 31 Dec 2019)
Changed paths:
M llvm/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list