llvm-6502/lib/Transforms
Chris Lattner 0c0aa711b8 Fix the inliner to always delete any edges from the external call node to
a function being deleted.  Due to optimizations done while inlining, there
can be edges from the external call node to a function node that were not
apparent any longer.

This fixes the compiler crash while compiling 175.vpr


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16399 91177308-0d34-0410-b5e6-96231b3b80d8
2004-09-18 21:37:03 +00:00
..
Hello Add a newline 2004-09-15 17:53:52 +00:00
Instrumentation Changes For Bug 352 2004-09-01 22:55:40 +00:00
IPO Fix the inliner to always delete any edges from the external call node to 2004-09-18 21:37:03 +00:00
Scalar Convert code to compile with vc7.1. 2004-09-15 17:06:42 +00:00
Utils Make sure to remove the Select instruction as well 2004-09-18 00:32:40 +00:00
ExprTypeConvert.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
LevelRaise.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
Makefile
TransformInternals.cpp Merge i*.h headers into Instructions.h as part of bug403. 2004-07-29 12:17:34 +00:00
TransformInternals.h