diff --git a/utils/TableGen/CodeGenRegisters.h b/utils/TableGen/CodeGenRegisters.h index e6e85b7f0eb..73b527926bd 100644 --- a/utils/TableGen/CodeGenRegisters.h +++ b/utils/TableGen/CodeGenRegisters.h @@ -75,8 +75,8 @@ namespace llvm { std::string getQualifiedName() const; // Map of composite subreg indices. -    typedef std::map> CompMap; + typedef std::map> CompMap; // Returns the subreg index that results from composing this with Idx. // Returns NULL if this and Idx don't compose.