From: Chris Lattner Date: Fri, 19 Aug 2005 18:53:43 +0000 (+0000) Subject: put reg classes into namespace X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f0c5f67dbc19f447af5c8e17f61a96f2718114bf;p=oota-llvm.git put reg classes into namespace git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22927 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Skeleton/SkeletonRegisterInfo.td b/lib/Target/Skeleton/SkeletonRegisterInfo.td index 901502d3796..45856e01d03 100644 --- a/lib/Target/Skeleton/SkeletonRegisterInfo.td +++ b/lib/Target/Skeleton/SkeletonRegisterInfo.td @@ -96,10 +96,10 @@ def TBU : SPR<5, "TBU">; /// Register classes: one for floats and another for non-floats. /// -def GPRC : RegisterClass; -def FPRC : RegisterClass;