summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2017-06-24 00:26:57 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2017-06-24 00:26:57 +0000
commitf351292141f4cbbce38292cf44baa50d7eee6c34 (patch)
tree4af68dc2111fbe5ad7d8697cdb61a4ac7be296fd /llvm/lib/MC
parent538da58dc5ce7e5b3dca16ed2395760a11e1825c (diff)
downloadbcm5719-llvm-f351292141f4cbbce38292cf44baa50d7eee6c34.tar.gz
bcm5719-llvm-f351292141f4cbbce38292cf44baa50d7eee6c34.zip
Remove redundant argument.
llvm-svn: 306189
Diffstat (limited to 'llvm/lib/MC')
-rw-r--r--llvm/lib/MC/MCAssembler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCAssembler.cpp b/llvm/lib/MC/MCAssembler.cpp
index e9941d0b7bf..5802e175d1c 100644
--- a/llvm/lib/MC/MCAssembler.cpp
+++ b/llvm/lib/MC/MCAssembler.cpp
@@ -744,7 +744,7 @@ void MCAssembler::layout(MCAsmLayout &Layout) {
std::tie(Target, FixedValue, IsPCRel) =
handleFixup(Layout, Frag, Fixup);
getBackend().applyFixup(*this, Fixup, Target, Contents, FixedValue,
- IsPCRel, getContext());
+ IsPCRel);
}
}
}
OpenPOWER on IntegriCloud