diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-07-15 21:52:40 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-07-15 21:52:40 +0000 |
commit | 23702eacab9d7fa21f250113d02e413a7ac50fda (patch) | |
tree | 3cb0fa8dbd4348a015b53ffeaa65b02cb1d4aa0d | |
parent | a90b3dc2f1f70ab7102ec3f1fc57f199fd56d7cc (diff) |
Remove mismatched and unnecessary declaration.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75841 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/CodeGen/LiveInterval.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/LiveInterval.h b/include/llvm/CodeGen/LiveInterval.h index 21af54ffd1..52e43d3428 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 |