summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/variadic-node-pic.ll
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-1/+1
| | | | llvm-svn: 81290
* Fix the position of MemOperands in nodes that use variadic_opsDan Gohman2008-06-021-0/+11
in DAGISelEmitter output. This bug was recently uncovered by the addition of patterns for CALL32m and CALL64m, which are nodes that now have both MemOperands and variadic_ops. This bug was especially visible with PIC in various configurations, because the new patterns are matching the indirect call code used in many PIC configurations. llvm-svn: 51877
OpenPOWER on IntegriCloud