From c461cdfdf686caec2b93fe9e41efaa79b7a5c292 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Wed, 21 Dec 2016 21:42:10 +0300 Subject: Fixed fastcall not applying inreg attributes to arguments like the C/C++ fastcall. --- src/rustllvm/rustllvm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rustllvm/rustllvm.h') diff --git a/src/rustllvm/rustllvm.h b/src/rustllvm/rustllvm.h index b8c4076f4ce..8f7e0e3d918 100644 --- a/src/rustllvm/rustllvm.h +++ b/src/rustllvm/rustllvm.h @@ -98,6 +98,7 @@ enum LLVMRustAttribute { StructRet = 16, UWTable = 17, ZExt = 18, + InReg = 19, }; typedef struct OpaqueRustString *RustStringRef; -- cgit 1.4.1-3-g733a5