summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/tailcall-structret.ll
Commit message (Collapse)AuthorAgeFilesLines
* Reapply "s/grep/FileCheck/ in some tests"Andrew Trick2013-02-141-1/+2
| | | | | | | | This reverts commit fd1335e982bbf93c5f450ed4fd29f9f787435c85. Use a triple this time. llvm-svn: 175134
* Revert "s/grep/FileCheck/ in some tests"Andrew Trick2013-02-141-2/+1
| | | | | | | | | | | | | | | | | | This reverts commit 8b75e6bc35fb3f9c1e788dbd05084c0f4a60a0f3. The FileCheck tests are not equivalent: test/CodeGen/X86/tailcall-structret.ll:6:10: error: expected string not found in input ; CHECK: jmp init ^ <stdin>:1:2: note: scanning from here .section __TEXT,__text,regular,pure_instructions ^ <stdin>:13:2: note: possible intended match here jmp _init ## TAILCALL ^ llvm-svn: 175124
* s/grep/FileCheck/ in some testsEli Bendersky2013-02-131-1/+2
| | | | llvm-svn: 175089
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-1/+1
| | | | llvm-svn: 81290
* Enable tail call optimization for functions that return a struct (bug 3664) ↵Arnold Schwaighofer2009-03-281-0/+6
and for functions that return types that need extending (e.g i1). llvm-svn: 67934
OpenPOWER on IntegriCloud