I cannot find a libgcc function for this builtin. Therefor expanding it to a noop...
[oota-llvm.git] / lib / CodeGen / MachineDominators.cpp
index 7c521ccb0e86bcfd71920cee2ec106053c427168..9b53bdb8b3f316cd213ca40569e100123b4e8213 100644 (file)
@@ -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);
 }