Silence an unused variable warning.

llvm-svn: 101438
This commit is contained in:
Eric Christopher 2010-04-16 04:02:04 +00:00
parent bd2d9430d6
commit 206d7ce582
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ void cleanupPassRegistrar(void*) {
PassRegistrarObj = 0;
}
}
ManagedCleanup<&cleanupPassRegistrar> registrarCleanup;
ManagedCleanup<&cleanupPassRegistrar> registrarCleanup ATTRIBUTE_USED;
}