From: Brian Gaeke Date: Thu, 18 Sep 2003 17:37:35 +0000 (+0000) Subject: Rename the pass creator fn to mimic the other creator fn names. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b92c5c0c15c49346eec3fd6df10afb9800eb10a9;p=oota-llvm.git Rename the pass creator fn to mimic the other creator fn names. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8598 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/SparcV9/MappingInfo.h b/lib/Target/SparcV9/MappingInfo.h index aa07bfbf71b..e1bbcc0fa16 100644 --- a/lib/Target/SparcV9/MappingInfo.h +++ b/lib/Target/SparcV9/MappingInfo.h @@ -13,7 +13,7 @@ #include class Pass; -Pass *getMappingInfoCollector(std::ostream &out); +Pass *getMappingInfoAsmPrinterPass(std::ostream &out); class MappingInfo { struct byteVector : public std::vector {