diff --git a/lib/Target/Alpha/AlphaRegisterInfo.td b/lib/Target/Alpha/AlphaRegisterInfo.td index 46491c1d7e4..3ed2b5539d0 100644 --- a/lib/Target/Alpha/AlphaRegisterInfo.td +++ b/lib/Target/Alpha/AlphaRegisterInfo.td @@ -7,6 +7,7 @@ // //===----------------------------------------------------------------------===// // +// This file describes the Alpha register set. // //===----------------------------------------------------------------------===// @@ -78,19 +79,18 @@ def F30 : FPR<30, "$f30">; def F31 : FPR<31, "$f31">; /// Register classes def GPRC : RegisterClass; -//R28 is reserved for the assembler + // Note: R28 is reserved for the assembler -//Don't allocate 15, 29, 30, 31 -//Allocation volatiles only for now +// Don't allocate 15, 29, 30, 31 +// Allocation volatiles only for now def FPRC : RegisterClass; - -