mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-30 23:33:57 +00:00
Tidy up.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120443 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2e812e1635
commit
37cc2f121d
@ -1543,8 +1543,9 @@ protected:
|
||||
TARGET_NAME_t TargetName;
|
||||
};
|
||||
|
||||
bool ARMDecoderEmitter::ARMDEBackend::populateInstruction(
|
||||
const CodeGenInstruction &CGI, TARGET_NAME_t TN) {
|
||||
bool ARMDecoderEmitter::
|
||||
ARMDEBackend::populateInstruction(const CodeGenInstruction &CGI,
|
||||
TARGET_NAME_t TN) {
|
||||
const Record &Def = *CGI.TheDef;
|
||||
const StringRef Name = Def.getName();
|
||||
uint8_t Form = getByteField(Def, "Form");
|
||||
|
Loading…
x
Reference in New Issue
Block a user