From 3a3e83c3e2bd456f5bc3e1e3b15f4af36d2f5953 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Wed, 15 Jul 2009 21:52:40 +0000 Subject: [PATCH] Remove mismatched and unnecessary declaration. llvm-svn: 75841 --- llvm/include/llvm/CodeGen/LiveInterval.h | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/include/llvm/CodeGen/LiveInterval.h b/llvm/include/llvm/CodeGen/LiveInterval.h index 21af54ffd132..52e43d342897 100644 --- a/llvm/include/llvm/CodeGen/LiveInterval.h +++ b/llvm/include/llvm/CodeGen/LiveInterval.h @@ -32,7 +32,6 @@ namespace llvm { class MachineInstr; class MachineRegisterInfo; class TargetRegisterInfo; - struct LiveInterval; /// VNInfo - Value Number Information. /// This class holds information about a machine level values, including