[llvm-commits] [llvm] r75841 - /llvm/trunk/include/llvm/CodeGen/LiveInterval.h
Daniel Dunbar
daniel at zuster.org
Wed Jul 15 14:52:40 PDT 2009
Author: ddunbar
Date: Wed Jul 15 16:52:40 2009
New Revision: 75841
URL: http://llvm.org/viewvc/llvm-project?rev=75841&view=rev
Log:
Remove mismatched and unnecessary declaration.
Modified:
llvm/trunk/include/llvm/CodeGen/LiveInterval.h
Modified: llvm/trunk/include/llvm/CodeGen/LiveInterval.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/LiveInterval.h?rev=75841&r1=75840&r2=75841&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/LiveInterval.h (original)
+++ llvm/trunk/include/llvm/CodeGen/LiveInterval.h Wed Jul 15 16:52:40 2009
@@ -32,7 +32,6 @@
class MachineInstr;
class MachineRegisterInfo;
class TargetRegisterInfo;
- struct LiveInterval;
/// VNInfo - Value Number Information.
/// This class holds information about a machine level values, including
More information about the llvm-commits
mailing list