From 4b6abd8c2b5a29d09f7ee1c43caff23aa8e9e2ff Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Wed, 5 May 2010 18:45:40 +0000 Subject: Move REG_SEQUENCE removal to 2addr pass. llvm-svn: 103109 --- llvm/lib/CodeGen/PHIElimination.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'llvm/lib/CodeGen/PHIElimination.h') diff --git a/llvm/lib/CodeGen/PHIElimination.h b/llvm/lib/CodeGen/PHIElimination.h index 3292aa27af6..7dedf0318a8 100644 --- a/llvm/lib/CodeGen/PHIElimination.h +++ b/llvm/lib/CodeGen/PHIElimination.h @@ -94,8 +94,6 @@ namespace llvm { return I; } - bool EliminateRegSequences(MachineFunction &MF); - typedef std::pair BBVRegPair; typedef DenseMap VRegPHIUse; -- cgit v1.2.3