use a typedef instead of its expansion, patch by Michael Spencer
authorChris Lattner <sabre@nondot.org>
Tue, 13 Jul 2010 05:52:36 +0000 (05:52 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 13 Jul 2010 05:52:36 +0000 (05:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108229 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCAssembler.h

index 6ee1fe0cd831632ef08dc1e22716315e774b14c6..07ca070ab28844670e4069a1db918497012c31f7 100644 (file)
@@ -354,7 +354,7 @@ public:
   typedef FragmentListType::reverse_iterator reverse_iterator;
 
 private:
-  iplist<MCFragment> Fragments;
+  FragmentListType Fragments;
   const MCSection *Section;
 
   /// Ordinal - The section index in the assemblers section list.