summaryrefslogtreecommitdiff
path: root/lib/MC/MCObjectStreamer.cpp
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2012-01-26 23:47:45 +0000
committerJim Grosbach <grosbach@apple.com>2012-01-26 23:47:45 +0000
commit660a4d9e0a15ad25db10d25a1a8caeafc0ebad5e (patch)
tree7df4cf5a7bc1cb9c08ef147dda0fee573f0122f5 /lib/MC/MCObjectStreamer.cpp
parent42e6bd38e02e2e1c2cc50d2f12036c38c4ea3ab0 (diff)
downloadllvm-660a4d9e0a15ad25db10d25a1a8caeafc0ebad5e.tar.gz
llvm-660a4d9e0a15ad25db10d25a1a8caeafc0ebad5e.tar.bz2
llvm-660a4d9e0a15ad25db10d25a1a8caeafc0ebad5e.tar.xz
Tidy up.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149096 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCObjectStreamer.cpp')
-rw-r--r--lib/MC/MCObjectStreamer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MC/MCObjectStreamer.cpp b/lib/MC/MCObjectStreamer.cpp
index 82a13d7ff4..d8f18268aa 100644
--- a/lib/MC/MCObjectStreamer.cpp
+++ b/lib/MC/MCObjectStreamer.cpp
@@ -233,7 +233,7 @@ void MCObjectStreamer::EmitDwarfAdvanceFrameAddr(const MCSymbol *LastLabel,
}
void MCObjectStreamer::EmitValueToOffset(const MCExpr *Offset,
- unsigned char Value) {
+ unsigned char Value) {
int64_t Res;
if (Offset->EvaluateAsAbsolute(Res, getAssembler())) {
new MCOrgFragment(*Offset, Value, getCurrentSectionData());