summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-03-28 16:06:09 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-03-28 16:06:09 +0000
commit3e3de5e353d99a2ac3d21a13f09ccdbc831db23d (patch)
tree4a346f4e83f7d0a0dec0bd0d6f261d6cd20a8a46 /llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h
parent4a37d60acab7aaaf94ed7d0768ef6355fe2a87f8 (diff)
downloadbcm5719-llvm-3e3de5e353d99a2ac3d21a13f09ccdbc831db23d.tar.gz
bcm5719-llvm-3e3de5e353d99a2ac3d21a13f09ccdbc831db23d.zip
Add const.
llvm-svn: 205013
Diffstat (limited to 'llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h')
-rw-r--r--llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h b/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h
index 082a340efe8..e827fdf1892 100644
--- a/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h
+++ b/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h
@@ -83,7 +83,8 @@ public:
void processFixupValue(const MCAssembler &Asm, const MCAsmLayout &Layout,
const MCFixup &Fixup, const MCFragment *DF,
- MCValue &Target, uint64_t &Value, bool &IsResolved);
+ const MCValue &Target, uint64_t &Value,
+ bool &IsResolved);
}; // class MipsAsmBackend
OpenPOWER on IntegriCloud