summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SimpleRegisterCoalescing.h
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-03-09 00:07:39 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-03-09 00:07:39 +0000
commit06b72e338a85bbe9cf9adaa357fdcb947f5ec383 (patch)
tree1d0de3d657927d397ea306991eedb0895071190d /llvm/lib/CodeGen/SimpleRegisterCoalescing.h
parenta7f303de71b5a9845b2119dc31c38cfb3950e91e (diff)
downloadbcm5719-llvm-06b72e338a85bbe9cf9adaa357fdcb947f5ec383.tar.gz
bcm5719-llvm-06b72e338a85bbe9cf9adaa357fdcb947f5ec383.zip
Delete dead code.
llvm-svn: 127295
Diffstat (limited to 'llvm/lib/CodeGen/SimpleRegisterCoalescing.h')
-rw-r--r--llvm/lib/CodeGen/SimpleRegisterCoalescing.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/lib/CodeGen/SimpleRegisterCoalescing.h b/llvm/lib/CodeGen/SimpleRegisterCoalescing.h
index 56703dfa2dd..11849dfca05 100644
--- a/llvm/lib/CodeGen/SimpleRegisterCoalescing.h
+++ b/llvm/lib/CodeGen/SimpleRegisterCoalescing.h
@@ -68,16 +68,6 @@ namespace llvm {
initializeSimpleRegisterCoalescingPass(*PassRegistry::getPassRegistry());
}
- struct InstrSlots {
- enum {
- LOAD = 0,
- USE = 1,
- DEF = 2,
- STORE = 3,
- NUM = 4
- };
- };
-
virtual void getAnalysisUsage(AnalysisUsage &AU) const;
virtual void releaseMemory();
OpenPOWER on IntegriCloud