mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
Removed unused va_intrinsic pragma identifier.
This commit is contained in:
@@ -223,9 +223,8 @@ Msgtable msgtable[] =
|
||||
{ "msg" },
|
||||
|
||||
#if IN_LLVM
|
||||
// LDC pragma's
|
||||
// LDC pragmas
|
||||
{ "intrinsic" },
|
||||
{ "va_intrinsic" },
|
||||
{ "no_typeinfo" },
|
||||
{ "no_moduleinfo" },
|
||||
{ "Alloca", "alloca" },
|
||||
|
||||
@@ -267,9 +267,8 @@ Msgtable msgtable[] =
|
||||
{ "startaddress" },
|
||||
|
||||
#if IN_LLVM
|
||||
// LDC pragma's
|
||||
// LDC pragmas
|
||||
{ "intrinsic" },
|
||||
{ "va_intrinsic" },
|
||||
{ "no_typeinfo" },
|
||||
{ "no_moduleinfo" },
|
||||
{ "Alloca", "alloca" },
|
||||
|
||||
Reference in New Issue
Block a user