[llvm-commits] CVS: llvm/lib/Target/Sparc/MappingInfo.h

Brian Gaeke gaeke at cs.uiuc.edu
Thu Sep 18 12:39:02 PDT 2003


Changes in directory llvm/lib/Target/Sparc:

MappingInfo.h updated: 1.3 -> 1.4

---
Log message:

Rename the pass creator fn to mimic the other creator fn names.


---
Diffs of the changes:

Index: llvm/lib/Target/Sparc/MappingInfo.h
diff -u llvm/lib/Target/Sparc/MappingInfo.h:1.3 llvm/lib/Target/Sparc/MappingInfo.h:1.4
--- llvm/lib/Target/Sparc/MappingInfo.h:1.3	Tue Aug 12 21:38:16 2003
+++ llvm/lib/Target/Sparc/MappingInfo.h	Thu Sep 18 12:37:35 2003
@@ -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> {





More information about the llvm-commits mailing list