diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2003-09-18 17:37:35 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2003-09-18 17:37:35 +0000 |
commit | b92c5c0c15c49346eec3fd6df10afb9800eb10a9 (patch) | |
tree | 60f92acfd2f9f170fb281b1a1885a770e3b1a388 | |
parent | 866dc1def7ffb3f7e7c2f304ca790b25d18fc9cc (diff) |
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
-rw-r--r-- | lib/Target/SparcV9/MappingInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/SparcV9/MappingInfo.h b/lib/Target/SparcV9/MappingInfo.h index aa07bfbf71..e1bbcc0fa1 100644 --- a/lib/Target/SparcV9/MappingInfo.h +++ b/lib/Target/SparcV9/MappingInfo.h @@ -13,7 +13,7 @@ #include <string> class Pass; -Pass *getMappingInfoCollector(std::ostream &out); +Pass *getMappingInfoAsmPrinterPass(std::ostream &out); class MappingInfo { struct byteVector : public std::vector <unsigned char> { |