summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SpillPlacement.h
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2013-09-11 17:42:27 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2013-09-11 17:42:27 +0000
commit6a44af36297ae61238bb7ad1e05e77bcc5571f72 (patch)
tree70b0aee7b37df563d9e3c01312194cab536d0597 /llvm/lib/CodeGen/SpillPlacement.h
parent786d32ecf7071c0c7cc8bdff46ac21d6d5c4fd33 (diff)
downloadbcm5719-llvm-6a44af36297ae61238bb7ad1e05e77bcc5571f72.tar.gz
bcm5719-llvm-6a44af36297ae61238bb7ad1e05e77bcc5571f72.zip
Give internal classes hidden visibility.
Worth 100k on a linux/x86_64 Release+Asserts clang. llvm-svn: 190534
Diffstat (limited to 'llvm/lib/CodeGen/SpillPlacement.h')
-rw-r--r--llvm/lib/CodeGen/SpillPlacement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SpillPlacement.h b/llvm/lib/CodeGen/SpillPlacement.h
index 105516bb62b..0a90398a4cc 100644
--- a/llvm/lib/CodeGen/SpillPlacement.h
+++ b/llvm/lib/CodeGen/SpillPlacement.h
@@ -39,7 +39,7 @@ class EdgeBundles;
class MachineBasicBlock;
class MachineLoopInfo;
-class SpillPlacement : public MachineFunctionPass {
+class LLVM_LIBRARY_VISIBILITY SpillPlacement : public MachineFunctionPass {
struct Node;
const MachineFunction *MF;
const EdgeBundles *bundles;
OpenPOWER on IntegriCloud