Tidy up several unbeseeming casts from pointer to intptr_t.
llvm-svn: 55779
This commit is contained in:
@@ -34,7 +34,7 @@ namespace {
|
||||
bool runOnModule(Module &M);
|
||||
public:
|
||||
static char ID; // Pass identification, replacement for typeid
|
||||
EdgeProfiler() : ModulePass((intptr_t)&ID) {}
|
||||
EdgeProfiler() : ModulePass(&ID) {}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user