1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Whitespace cleanups.

llvm-svn: 51089
This commit is contained in:
Dan Gohman 2008-05-14 00:43:10 +00:00
parent fe628b229c
commit ffe0b1f40e
3 changed files with 3 additions and 4 deletions

View File

@ -82,8 +82,7 @@ class Pass {
Pass(const Pass &); // DO NOT IMPLEMENT
public:
explicit Pass(intptr_t pid) : Resolver(0), PassID(pid) {}
explicit Pass(const void *pid) : Resolver(0),
PassID((intptr_t)pid) {}
explicit Pass(const void *pid) : Resolver(0), PassID((intptr_t)pid) {}
virtual ~Pass();
/// getPassName - Return a nice clean name for a pass. This usually