summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/PHIElimination.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-05-05 18:45:40 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-05-05 18:45:40 +0000
commit4b6abd8c2b5a29d09f7ee1c43caff23aa8e9e2ff (patch)
treea2884797ce6234e886280150856efa3617bb9b6a /llvm/lib/CodeGen/PHIElimination.h
parentd7f69cb7ef9fa4bd6c79cfd3fb9f3b15485a10a6 (diff)
downloadbcm5719-llvm-4b6abd8c2b5a29d09f7ee1c43caff23aa8e9e2ff.tar.gz
bcm5719-llvm-4b6abd8c2b5a29d09f7ee1c43caff23aa8e9e2ff.zip
Move REG_SEQUENCE removal to 2addr pass.
llvm-svn: 103109
Diffstat (limited to 'llvm/lib/CodeGen/PHIElimination.h')
-rw-r--r--llvm/lib/CodeGen/PHIElimination.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/PHIElimination.h b/llvm/lib/CodeGen/PHIElimination.h
index 3292aa27af6..7dedf0318a8 100644
--- a/llvm/lib/CodeGen/PHIElimination.h
+++ b/llvm/lib/CodeGen/PHIElimination.h
@@ -94,8 +94,6 @@ namespace llvm {
return I;
}
- bool EliminateRegSequences(MachineFunction &MF);
-
typedef std::pair<unsigned, unsigned> BBVRegPair;
typedef DenseMap<BBVRegPair, unsigned> VRegPHIUse;
OpenPOWER on IntegriCloud