summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/IPConstantProp/user-with-multiple-uses.ll
Commit message (Collapse)AuthorAgeFilesLines
* Use references to attribute groups on the call/invoke instructions.Bill Wendling2013-02-221-1/+2
| | | | | | | Listing all of the attributes for the callee of a call/invoke instruction is way too much and makes the IR unreadable. Use references to attributes instead. llvm-svn: 175877
* Modify the LLVM assembly output so that it uses references to represent ↵Bill Wendling2013-02-201-1/+4
| | | | | | | | | | | function attributes. This makes the LLVM assembly look better. E.g.: define void @foo() #0 { ret void } attributes #0 = { nounwind noinline ssp } llvm-svn: 175605
* Fix a use of an invalidated iterator in the case where there are multipleDan Gohman2009-11-231-0/+30
adjacent uses of a dead basic block from the same user. This fixes PR5596. llvm-svn: 89658
OpenPOWER on IntegriCloud