summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/AsmWriter.cpp
diff options
context:
space:
mode:
authorAmjad Aboud <amjad.aboud@intel.com>2015-12-21 14:07:14 +0000
committerAmjad Aboud <amjad.aboud@intel.com>2015-12-21 14:07:14 +0000
commit60b5e1b6c01da2357480bd1a033273382fa55e3c (patch)
treee5868978bc6eee6ae5d74650e70127795a189467 /llvm/lib/IR/AsmWriter.cpp
parent41a2bf74ed78352fc9450db6f23b73a949358087 (diff)
downloadbcm5719-llvm-60b5e1b6c01da2357480bd1a033273382fa55e3c.tar.gz
bcm5719-llvm-60b5e1b6c01da2357480bd1a033273382fa55e3c.zip
Implemented Support of IA interrupt and exception handlers:
http://lists.llvm.org/pipermail/cfe-dev/2015-September/045171.html Differential Revision: http://reviews.llvm.org/D15567 llvm-svn: 256155
Diffstat (limited to 'llvm/lib/IR/AsmWriter.cpp')
-rw-r--r--llvm/lib/IR/AsmWriter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/IR/AsmWriter.cpp b/llvm/lib/IR/AsmWriter.cpp
index 124fc56e78f..185db47f07e 100644
--- a/llvm/lib/IR/AsmWriter.cpp
+++ b/llvm/lib/IR/AsmWriter.cpp
@@ -313,6 +313,7 @@ static void PrintCallingConv(unsigned cc, raw_ostream &Out) {
case CallingConv::X86_64_Win64: Out << "x86_64_win64cc"; break;
case CallingConv::SPIR_FUNC: Out << "spir_func"; break;
case CallingConv::SPIR_KERNEL: Out << "spir_kernel"; break;
+ case CallingConv::X86_INTR: Out << "x86_intrcc"; break;
case CallingConv::HHVM: Out << "hhvmcc"; break;
case CallingConv::HHVM_C: Out << "hhvm_ccc"; break;
}
OpenPOWER on IntegriCloud