Add DebugLoc field and simple accessors.
[oota-llvm.git] / include / llvm / CodeGen / MachineFunctionPass.h
index a72563fb0af5fdfca6b4b81be4cb47e82e6b321a..95bb2bf510d52c0cfae8e8c9418b8dea285d1be7 100644 (file)
@@ -27,6 +27,7 @@ namespace llvm {
 struct MachineFunctionPass : public FunctionPass {
 
   explicit MachineFunctionPass(intptr_t ID) : FunctionPass(ID) {}
+  explicit MachineFunctionPass(void *ID) : FunctionPass(ID) {}
 
 protected:
   /// runOnMachineFunction - This method must be overloaded to perform the