llvm-6502/lib/Transforms
Owen Anderson 1b4a38646f Disable the call-deletion transformation introduced in r86975. Without
halting analysis, it is illegal to delete a call to a read-only function.
The correct solution is almost certainly to add a "must halt" attribute and
only allow deletions in its presence.

XFAIL the relevant testcase for now.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102831 91177308-0d34-0410-b5e6-96231b3b80d8
2010-05-01 08:34:28 +00:00
..
Hello Prune #includes. 2010-03-01 17:42:17 +00:00
InstCombine further clarify alignment of globals, fix instcombine 2010-04-28 00:31:12 +00:00
Instrumentation Revert 101465, it broke internal OpenGL testing. 2010-04-16 23:37:20 +00:00
IPO Disable the call-deletion transformation introduced in r86975. Without 2010-05-01 08:34:28 +00:00
Scalar fix PR6940: sitofp(undef) folds to 0.0, not undef. 2010-04-26 18:21:23 +00:00
Utils rename InlineInfo.DevirtualizedCalls -> InlinedCalls to 2010-05-01 01:26:13 +00:00
Makefile Revert r100896 and around - this breaks the only mingw32 buildbot we have. 2010-04-15 19:51:42 +00:00