Make case of GetNumOfInt/FloatArgRegs functions to be use lower case
authorVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 25 May 2003 16:02:05 +0000 (16:02 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 25 May 2003 16:02:05 +0000 (16:02 +0000)
like all the other functions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6326 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetRegInfo.h

index a57a62ff5683117fc66545810862a11123868dfd..a03f56deaeae11b34075957cb8e5e4349f5d4111 100644 (file)
@@ -94,8 +94,8 @@ public:
   // Number of registers used for passing int args (usually 6: %o0 - %o5)
   // and float args (usually 32: %f0 - %f31)
   //
-  virtual unsigned const GetNumOfIntArgRegs() const   = 0;
-  virtual unsigned const GetNumOfFloatArgRegs() const = 0;
+  virtual unsigned const getNumOfIntArgRegs() const   = 0;
+  virtual unsigned const getNumOfFloatArgRegs() const = 0;
 
   // The following methods are used to color special live ranges (e.g.
   // method args and return values etc.) with specific hardware registers