summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-06-28 22:17:39 +0000
committerChris Lattner <sabre@nondot.org>2006-06-28 22:17:39 +0000
commite097e6f7c7cd38cee8b8ee40cfa21a131f28ab34 (patch)
treeda4302a1acb0eb1ea217521c216d56b06595a9c1 /llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp
parent4a4c7fe7fadc61781f4e38e9fe2339a16c4e9013 (diff)
downloadbcm5719-llvm-e097e6f7c7cd38cee8b8ee40cfa21a131f28ab34.tar.gz
bcm5719-llvm-e097e6f7c7cd38cee8b8ee40cfa21a131f28ab34.zip
Shave another 27K off libllvmgcc.dylib with visibility hidden
llvm-svn: 28973
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp
index c6ea68e95a5..cc98eab378a 100644
--- a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp
@@ -20,6 +20,7 @@
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Support/Debug.h"
+#include "llvm/Support/Visibility.h"
#include <algorithm>
#include <iostream>
using namespace llvm;
@@ -389,7 +390,7 @@ public:
///
/// ScheduleDAGSimple - Simple two pass scheduler.
///
-class ScheduleDAGSimple : public ScheduleDAG {
+class VISIBILITY_HIDDEN ScheduleDAGSimple : public ScheduleDAG {
private:
bool NoSched; // Just do a BFS schedule, nothing fancy
bool NoItins; // Don't use itineraries?
OpenPOWER on IntegriCloud