Prototype more accurately

llvm-svn: 16433
This commit is contained in:
Chris Lattner 2004-09-20 04:43:57 +00:00
parent 3e86084641
commit cd671065be
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ namespace {
}
Pass *llvm::createRaisePointerReferencesPass() {
FunctionPass *llvm::createRaisePointerReferencesPass() {
return new RPR();
}