Removed {insert, extract}element and shufflevector pragmas.

They have been superseeded by the inline IR pragma and ldc.simd,
and have only been around for a short time (and not in any
released version).
This commit is contained in:
David Nadlinger
2012-11-27 21:35:30 +01:00
parent ce3518f508
commit dfa1bd954d
5 changed files with 0 additions and 101 deletions

View File

@@ -273,9 +273,6 @@ Msgtable msgtable[] =
{ "no_typeinfo" },
{ "no_moduleinfo" },
{ "Alloca", "alloca" },
{ "Shufflevector", "shufflevector" },
{ "Extractelement", "extractelement" },
{ "Insertelement", "insertelement" },
{ "vastart", "va_start" },
{ "vacopy", "va_copy" },
{ "vaend", "va_end" },