summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
diff options
context:
space:
mode:
authorEli Bendersky <eliben@google.com>2013-01-08 00:22:56 +0000
committerEli Bendersky <eliben@google.com>2013-01-08 00:22:56 +0000
commit4d9ada036ca1eb22c7fa964ff6c64e67c38e82f0 (patch)
treebff135e553812720a1a54a30a9e9f8f7d5d486b0 /llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
parent9948d5eb6fff0fba64e233199305715ee3ce2ac1 (diff)
downloadbcm5719-llvm-4d9ada036ca1eb22c7fa964ff6c64e67c38e82f0.tar.gz
bcm5719-llvm-4d9ada036ca1eb22c7fa964ff6c64e67c38e82f0.zip
Renamed MCInstFragment to MCRelaxableFragment and added some comments.
No change in functionality. llvm-svn: 171822
Diffstat (limited to 'llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp')
-rw-r--r--llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp b/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
index c078794899d..26df966d773 100644
--- a/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
+++ b/llvm/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");
OpenPOWER on IntegriCloud