Fix a typo.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13136 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Brian Gaeke 2004-04-23 21:45:02 +00:00
parent 4a7553e2da
commit dd6d822fa6

View File

@ -230,7 +230,6 @@ public:
//
virtual unsigned getReturnAddressReg() const = 0;
// Each register class has a separate space for register IDs. To convert
// a regId in a register class to a common Id, or vice versa,
// we use the folloing two methods.