diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2012-08-15 19:34:23 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2012-08-15 19:34:23 +0000 | 
| commit | 58b69754af0cbff56b1cfce9be9392e4451f6628 (patch) | |
| tree | eacfc83d988e4b9d11114387ae7dc41243f2a363 /include/llvm/MC/MCObjectWriter.h | |
| parent | 0378662f5bd3dbe8305a485b0282bceb8b52f465 (diff) | |
Diffstat (limited to 'include/llvm/MC/MCObjectWriter.h')
| -rw-r--r-- | include/llvm/MC/MCObjectWriter.h | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/MC/MCObjectWriter.h b/include/llvm/MC/MCObjectWriter.h index 6e44e6ceffa37..9591a00946142 100644 --- a/include/llvm/MC/MCObjectWriter.h +++ b/include/llvm/MC/MCObjectWriter.h @@ -182,11 +182,6 @@ public:    /// @} -  /// Utility function to encode a SLEB128 value. -  static void EncodeSLEB128(int64_t Value, raw_ostream &OS); -  /// Utility function to encode a ULEB128 value. -  static void EncodeULEB128(uint64_t Value, raw_ostream &OS, -                            unsigned Padding = 0);  };  } // End llvm namespace  | 
