Revert r110396 to fix buildbots.
[oota-llvm.git] / lib / Target / MSP430 / MSP430BranchSelector.cpp
index b1d6966caebd3525dc2f3278fc54823aa2cc6773..529fd931f65a5494afd3a6752f8329e215631719 100644 (file)
@@ -30,7 +30,7 @@ STATISTIC(NumExpanded, "Number of branches expanded to long format");
 namespace {
   struct MSP430BSel : public MachineFunctionPass {
     static char ID;
-    MSP430BSel() : MachineFunctionPass(ID) {}
+    MSP430BSel() : MachineFunctionPass(&ID) {}
 
     /// BlockSizes - The sizes of the basic blocks in the function.
     std::vector<unsigned> BlockSizes;