summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AllocationOrder.h
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2015-07-01 14:47:39 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2015-07-01 14:47:39 +0000
commitf4c2025357f70a76eb24b239870054a6a6da778f (patch)
tree0e842ed98598cb9219c4d560a2174755d846c05a /llvm/lib/CodeGen/AllocationOrder.h
parenta8a8c605eea1b4d3dda91c1159bd50b7b82680fd (diff)
downloadbcm5719-llvm-f4c2025357f70a76eb24b239870054a6a6da778f.tar.gz
bcm5719-llvm-f4c2025357f70a76eb24b239870054a6a6da778f.zip
[CodeGen] Reduce visibility of implementation details
NFC. llvm-svn: 241164
Diffstat (limited to 'llvm/lib/CodeGen/AllocationOrder.h')
-rw-r--r--llvm/lib/CodeGen/AllocationOrder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AllocationOrder.h b/llvm/lib/CodeGen/AllocationOrder.h
index 1e4eaa76ee7..02b2d9250bc 100644
--- a/llvm/lib/CodeGen/AllocationOrder.h
+++ b/llvm/lib/CodeGen/AllocationOrder.h
@@ -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;
OpenPOWER on IntegriCloud