Tidy up several unbeseeming casts from pointer to intptr_t.
llvm-svn: 55779
This commit is contained in:
@@ -52,7 +52,7 @@ namespace {
|
||||
}
|
||||
public:
|
||||
static char ID; // Pass identification, replacement for typeid
|
||||
InstCount() : FunctionPass((intptr_t)&ID) {}
|
||||
InstCount() : FunctionPass(&ID) {}
|
||||
|
||||
virtual bool runOnFunction(Function &F);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user