summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineDominators.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-01-05 20:15:42 +0000
committerChris Lattner <sabre@nondot.org>2008-01-05 20:15:42 +0000
commit647e61a42b797315bb40c71f5ec097a5e0e069ea (patch)
tree911e7d6c4724858a3c8f7710be4ffaf09a5354f4 /llvm/lib/CodeGen/MachineDominators.cpp
parent92319583912a32e0e5d78fc98e4e9129e97dfdeb (diff)
downloadbcm5719-llvm-647e61a42b797315bb40c71f5ec097a5e0e069ea.tar.gz
bcm5719-llvm-647e61a42b797315bb40c71f5ec097a5e0e069ea.zip
Fix build issue on certain compilers.
llvm-svn: 45629
Diffstat (limited to 'llvm/lib/CodeGen/MachineDominators.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineDominators.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineDominators.cpp b/llvm/lib/CodeGen/MachineDominators.cpp
index 7c521ccb0e8..9b53bdb8b3f 100644
--- a/llvm/lib/CodeGen/MachineDominators.cpp
+++ b/llvm/lib/CodeGen/MachineDominators.cpp
@@ -20,8 +20,9 @@ using namespace llvm;
TEMPLATE_INSTANTIATION(class DomTreeNodeBase<MachineBasicBlock>);
TEMPLATE_INSTANTIATION(class DominatorTreeBase<MachineBasicBlock>);
+char MachineDominatorTree::ID = 0;
+
namespace {
- char MachineDominatorTree::ID = 0;
RegisterPass<MachineDominatorTree>
E("machinedomtree", "MachineDominator Tree Construction", true);
}
OpenPOWER on IntegriCloud