diff options
author | Evan Cheng <evan.cheng@apple.com> | 2007-03-27 00:53:36 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2007-03-27 00:53:36 +0000 |
commit | d0083bc5eccd2f776788cb67e589edb456e59a7e (patch) | |
tree | 90867fc5a53fd2c982f5e99716f455f2aa6737b7 /lib/CodeGen | |
parent | 018d6e153768b382ac663164d91e2ea539e7cb0e (diff) |
SDISel does not preserve all, it changes CFG and other info.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35376 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index 065cd7ba00..22c294b448 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp @@ -3776,7 +3776,6 @@ void SelectionDAGISel::getAnalysisUsage(AnalysisUsage &AU) const { // updates dom and loop info. AU.addRequired<AliasAnalysis>(); AU.addRequired<LoopInfo>(); - AU.setPreservesAll(); } |