commit | f68a26b5d8e06a85edba97702884a74673b60807 | [log] [tgz] |
---|---|---|
author | Jim Grosbach <grosbach@apple.com> | Tue Dec 06 00:13:09 2011 +0000 |
committer | Jim Grosbach <grosbach@apple.com> | Tue Dec 06 00:13:09 2011 +0000 |
tree | b1b61596b10eb6004ae13a68c24f01bc60b3f4c2 | |
parent | 91f2cce231debf43384fe4ee39c11ba8460503eb [diff] [blame] |
Tidy up. Hard tabs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145878 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/MC/ELFObjectWriter.cpp b/lib/MC/ELFObjectWriter.cpp index 60b3638..02e1b3a 100644 --- a/lib/MC/ELFObjectWriter.cpp +++ b/lib/MC/ELFObjectWriter.cpp
@@ -182,7 +182,7 @@ if (const MCExpr *Value = Symbol.getVariableValue()) { int64_t IntValue; if (Value->EvaluateAsAbsolute(IntValue, Layout)) - return (uint64_t)IntValue; + return (uint64_t)IntValue; } }