X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FCodeGen%2FRegAllocBase.h;h=9c0029837d02d814b2d2c59264cce61c7be7062e;hb=6a2f9b91379140c36a11ade6c0673bd7490eba32;hp=597b1fcb58693b3ce7c01b8d7aa2d2fc14c951a7;hpb=15f387c93ef8d5c23f110143996c8b9b4a089864;p=oota-llvm.git diff --git a/lib/CodeGen/RegAllocBase.h b/lib/CodeGen/RegAllocBase.h index 597b1fcb586..9c0029837d0 100644 --- a/lib/CodeGen/RegAllocBase.h +++ b/lib/CodeGen/RegAllocBase.h @@ -56,7 +56,7 @@ class Spiller; /// Register allocators must override the selectOrSplit() method to implement /// live range splitting. They must also override enqueue/dequeue to provide an /// assignment order. -class LLVM_LIBRARY_VISIBILITY RegAllocBase { +class RegAllocBase { protected: const TargetRegisterInfo *TRI; MachineRegisterInfo *MRI;