From b92c5c0c15c49346eec3fd6df10afb9800eb10a9 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Thu, 18 Sep 2003 17:37:35 +0000 Subject: [PATCH] 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 --- lib/Target/SparcV9/MappingInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.34.1