[CodeGen] Reduce visibility of implementation details
[oota-llvm.git] / lib / CodeGen / AllocationOrder.h
index 1e4eaa76ee7fcd15ccd673df2cfa935a96bc8e0b..02b2d9250bc893999f9cc93d5f874c38a308f751 100644 (file)
@@ -25,7 +25,7 @@ namespace llvm {
 class RegisterClassInfo;
 class VirtRegMap;
 
-class AllocationOrder {
+class LLVM_LIBRARY_VISIBILITY AllocationOrder {
   SmallVector<MCPhysReg, 16> Hints;
   ArrayRef<MCPhysReg> Order;
   int Pos;