diff options
author | Chris Lattner <sabre@nondot.org> | 2002-07-25 06:08:32 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-07-25 06:08:32 +0000 |
commit | 3091e117265dc2d9d412daed578896cca0272f04 (patch) | |
tree | 62d5e52bcec1921ca27dc1fa27bcae7f022ac28f /llvm/lib/Target/Sparc/SparcInternals.h | |
parent | 2d380955dd828ab322c94b4a946a33ce3f15f61c (diff) | |
download | bcm5719-llvm-3091e117265dc2d9d412daed578896cca0272f04.tar.gz bcm5719-llvm-3091e117265dc2d9d412daed578896cca0272f04.zip |
GCC 3.1 changes, finally the burm file builds the FIRST time a clean directory is built.
llvm-svn: 3073
Diffstat (limited to 'llvm/lib/Target/Sparc/SparcInternals.h')
-rw-r--r-- | llvm/lib/Target/Sparc/SparcInternals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/Sparc/SparcInternals.h b/llvm/lib/Target/Sparc/SparcInternals.h index 92c938ece0b..aea653ebdb2 100644 --- a/llvm/lib/Target/Sparc/SparcInternals.h +++ b/llvm/lib/Target/Sparc/SparcInternals.h @@ -418,6 +418,7 @@ public: else if (ureg < 1 +100) { regClassID = IntCCRegClassID; return ureg-100;} else if (ureg == InvalidRegNum) { return InvalidRegNum; } else { assert(0 && "Invalid unified register number"); } + return 0; } // Returns the assembly-language name of the specified machine register. |