Resolved Bug 26414.
authorAmjad Aboud <amjad.aboud@intel.com>
Mon, 7 Mar 2016 14:22:46 +0000 (14:22 +0000)
committerAmjad Aboud <amjad.aboud@intel.com>
Mon, 7 Mar 2016 14:22:46 +0000 (14:22 +0000)
commitfaea560286f62a1424243744f5ced8aac064b872
treef3c2f4cd5497ef32ea63931b74f52388bb1f8fbf
parent9ca96384f34c6dd3c63be5482616e50500fb1f43
Resolved Bug 26414.
https://llvm.org/bugs/show_bug.cgi?id=26414
Since interrupt handler must be returned with iret, tail call can't be used.

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

llvm-svn: 262830
clang/lib/CodeGen/CGCall.cpp
clang/test/CodeGen/attr-x86-interrupt.c