diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2017-03-28 12:29:09 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2017-03-28 12:29:09 +0000 |
commit | 61437ebaf45ecdb774d8a8b741305dc60581136c (patch) | |
tree | 363bd89ef2c6b7b485e25e2a2370029cc8b14f02 /llvm/lib/Target/X86/X86RegisterBankInfo.h | |
parent | 6afe0e28338ab235af3a11b0a101f5f6fdf5940e (diff) | |
download | bcm5719-llvm-61437ebaf45ecdb774d8a8b741305dc60581136c.tar.gz bcm5719-llvm-61437ebaf45ecdb774d8a8b741305dc60581136c.zip |
Wdocumentation fix
llvm-svn: 298911
Diffstat (limited to 'llvm/lib/Target/X86/X86RegisterBankInfo.h')
-rw-r--r-- | llvm/lib/Target/X86/X86RegisterBankInfo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86RegisterBankInfo.h b/llvm/lib/Target/X86/X86RegisterBankInfo.h index aaa83920b6b..a1e01a9ab94 100644 --- a/llvm/lib/Target/X86/X86RegisterBankInfo.h +++ b/llvm/lib/Target/X86/X86RegisterBankInfo.h @@ -50,7 +50,6 @@ private: bool isFP); /// Track the bank of each instruction operand(register) - /// \return An instruction PartialMappingIdxs. static void getInstrPartialMappingIdxs(const MachineInstr &MI, const MachineRegisterInfo &MRI, const bool isFP, |