From: Ruchira Sasanka Date: Sat, 8 Sep 2001 14:32:00 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0286ade27f9bff026ec64fe81dfd1050f530d10d;p=oota-llvm.git *** empty log message *** git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@506 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/MachineInstr.h b/include/llvm/CodeGen/MachineInstr.h index 949c1832d1b..6566335e160 100644 --- a/include/llvm/CodeGen/MachineInstr.h +++ b/include/llvm/CodeGen/MachineInstr.h @@ -412,8 +412,8 @@ MachineCodeForVMInstr::~MachineCodeForVMInstr() class MachineCodeForBasicBlock: public vector { public: - typedef vector::iterator iterator; - typedef vector::const_iterator const_iterator; + typedef vector::iterator iterator; + typedef vector::const_iterator const_iterator; };