[MC] Function naming NFC.
authorColin LeMahieu <colinl@codeaurora.org>
Sun, 7 Jun 2015 20:29:37 +0000 (20:29 +0000)
committerColin LeMahieu <colinl@codeaurora.org>
Sun, 7 Jun 2015 20:29:37 +0000 (20:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239263 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCInstPrinter.h

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