llvm-6502/lib/Transforms
Duncan Sands ece2c04d53 Make instcombine promote inline asm calls to 'nounwind'
calls.  Remove special casing of inline asm from the
inliner.  There is a potential problem: the verifier
rejects invokes of inline asm (not sure why).  If an
asm call is not marked "nounwind" in some .ll, and
instcombine is not run, but the inliner is run, then
an illegal module will be created.  This is bad but
I'm not sure what the best approach is.  I'm tempted
to remove the check in the verifier...


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45073 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-16 15:51:49 +00:00
..
Hello Fix typo in comment. 2007-05-06 13:37:16 +00:00
Instrumentation Fix for edge profiling, patch by 'Marc' for PR1857 2007-12-13 00:04:46 +00:00
IPO Make PruneEH update the nounwind/noreturn attributes 2007-12-10 19:09:40 +00:00
Scalar Make instcombine promote inline asm calls to 'nounwind' 2007-12-16 15:51:49 +00:00
Utils Make instcombine promote inline asm calls to 'nounwind' 2007-12-16 15:51:49 +00:00
Makefile Build Hello by default so it can be used in test cases. 2007-04-11 21:03:37 +00:00