]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commit
Replace an assertion with a fatal error
authorReid Kleckner <reid@kleckner.net>
Thu, 24 Jul 2014 19:53:33 +0000 (19:53 +0000)
committerReid Kleckner <reid@kleckner.net>
Thu, 24 Jul 2014 19:53:33 +0000 (19:53 +0000)
commit5b93c8af72ba33afe53225828bfa3cef62f9ca83
tree48da7474a7cf4e6a2ea10014e75e835b5495cc56
parent1cb9342f326c5adc534555e620735dcaf7882aaf
Replace an assertion with a fatal error

Frontends are responsible for putting inalloca on parameters that would
be passed in memory and not registers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213891 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/inalloca-regparm.ll [new file with mode: 0644]