AMDGPU/SI: Remove calling convention assertion from LowerFormalArguments()
authorTom Stellard <thomas.stellard@amd.com>
Tue, 6 Oct 2015 21:16:34 +0000 (21:16 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Tue, 6 Oct 2015 21:16:34 +0000 (21:16 +0000)
commita152ab62bfad6fcff435ff5a79e231d37560392c
tree4588acd2db2c2834dfccb520542367f5da4c5c59
parentd851b2f2860622c543755a22a070b00c6898c50b
AMDGPU/SI: Remove calling convention assertion from LowerFormalArguments()

Summary:
We currently ignore the calling convention, so there is no real reason to
assert on the calling convention of functions.

Reviewers: arsenm

Subscribers: arsenm, llvm-commits

Differential Revision: http://reviews.llvm.org/D13367

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249468 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AMDGPU/SIISelLowering.cpp
test/CodeGen/AMDGPU/calling-conventions.ll [new file with mode: 0644]