commit | 46be301c4c17449d260e8d8ee45f98ab4ab83a1f | [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 | 3bc6dcd517dade7d9f8ccf1e8ad94f3767fecb73 | |
parent | 02a75cebfe948a2d252b1b5818a452e89364153b [diff] [blame] |
Tidy up. Hard tabs. llvm-svn: 145878
diff --git a/llvm/lib/MC/ELFObjectWriter.cpp b/llvm/lib/MC/ELFObjectWriter.cpp index 60b3638..02e1b3a 100644 --- a/llvm/lib/MC/ELFObjectWriter.cpp +++ b/llvm/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; } }