[MC] Function naming NFC.

llvm-svn: 239263
This commit is contained in:
Colin LeMahieu 2015-06-07 20:29:37 +00:00
parent e81944fd5e
commit d6f8b07bfa
1 changed files with 2 additions and 2 deletions

View File

@ -89,8 +89,8 @@ public:
bool getPrintImmHex() const { return PrintImmHex; } bool getPrintImmHex() const { return PrintImmHex; }
void setPrintImmHex(bool Value) { PrintImmHex = Value; } void setPrintImmHex(bool Value) { PrintImmHex = Value; }
HexStyle::Style getPrintHexStyleHex() const { return PrintHexStyle; } HexStyle::Style getPrintHexStyle() const { return PrintHexStyle; }
void setPrintImmHex(HexStyle::Style Value) { PrintHexStyle = Value; } void setPrintHexStyle(HexStyle::Style Value) { PrintHexStyle = Value; }
/// Utility function to print immediates in decimal or hex. /// Utility function to print immediates in decimal or hex.
format_object<int64_t> formatImm(int64_t Value) const { format_object<int64_t> formatImm(int64_t Value) const {