From 0286ade27f9bff026ec64fe81dfd1050f530d10d Mon Sep 17 00:00:00 2001 From: Ruchira Sasanka Date: Sat, 8 Sep 2001 14:32:00 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@506 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/MachineInstr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; };