summaryrefslogtreecommitdiff
path: root/backend/src/llvm/llvm_scalarize.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backend/src/llvm/llvm_scalarize.cpp')
-rw-r--r--backend/src/llvm/llvm_scalarize.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/backend/src/llvm/llvm_scalarize.cpp b/backend/src/llvm/llvm_scalarize.cpp
index cf2939dc..860053fa 100644
--- a/backend/src/llvm/llvm_scalarize.cpp
+++ b/backend/src/llvm/llvm_scalarize.cpp
@@ -764,9 +764,11 @@ namespace gbe {
case CallingConv::PTX_Kernel:
#else
case CallingConv::C:
+ case CallingConv::Fast:
#endif
break;
- default: GBE_ASSERTM(false, "Unsupported calling convention");
+ default:
+ GBE_ASSERTM(false, "Unsupported calling convention");
}
// As we inline all function calls, so skip non-kernel functions