Fix VC++ build breakage

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20888 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jeff Cohen 2005-03-28 02:52:28 +00:00
parent ab7ada3ed6
commit e60f69c054

View File

@ -98,7 +98,7 @@ namespace {
(void) llvm::createPREPass();
(void) llvm::createProfileLoaderPass();
(void) llvm::createProfilePathsPass();
(void) llvm::createPromoteMemoryToRegister();
(void) llvm::createPromoteMemoryToRegisterPass();
(void) llvm::createPruneEHPass();
(void) llvm::createRaiseAllocationsPass();
(void) llvm::createRaisePointerReferencesPass();