diff options
author | Eli Bendersky <eliben@google.com> | 2013-01-08 00:22:56 +0000 |
---|---|---|
committer | Eli Bendersky <eliben@google.com> | 2013-01-08 00:22:56 +0000 |
commit | 251040bc18eedfa56d01fe92836e55cfd8c5d990 (patch) | |
tree | 6f73c5f3ba5f4abf09382d8f211d61c94664bf1e /lib/Target/Mips/MCTargetDesc | |
parent | 72a81be37452983f9960a376c19682034ef7db35 (diff) |
Renamed MCInstFragment to MCRelaxableFragment and added some comments.
No change in functionality.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171822 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MCTargetDesc')
-rw-r--r-- | lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp b/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp index c078794899..26df966d77 100644 --- a/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp +++ b/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp @@ -213,7 +213,7 @@ public: /// fixup requires the associated instruction to be relaxed. bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, - const MCInstFragment *DF, + const MCRelaxableFragment *DF, const MCAsmLayout &Layout) const { // FIXME. assert(0 && "RelaxInstruction() unimplemented"); |