From 23702eacab9d7fa21f250113d02e413a7ac50fda 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75841 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/LiveInterval.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/llvm/CodeGen/LiveInterval.h b/include/llvm/CodeGen/LiveInterval.h index 21af54ffd13..52e43d34289 100644 --- a/include/llvm/CodeGen/LiveInterval.h +++ b/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 -- 2.11.0