summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2013-07-24 07:33:14 +0000
committerCraig Topper <craig.topper@gmail.com>2013-07-24 07:33:14 +0000
commit690d8ea181af6f26f6aae79abc3c035795fa9ced (patch)
treec71a4530dbfda2cc08e43fc68026b276a65b3273 /llvm/lib/Target/SystemZ
parent08d6a2cc7a58cfc0d04ed7215ab0b7b9d3193494 (diff)
downloadbcm5719-llvm-690d8ea181af6f26f6aae79abc3c035795fa9ced.tar.gz
bcm5719-llvm-690d8ea181af6f26f6aae79abc3c035795fa9ced.zip
Split generated asm mnemonic matching table into a separate table for each asm variant.
This removes the need to store the asm variant in each row of the single table that existed before. Shaves ~16K off the size of X86AsmParser.o. llvm-svn: 187026
Diffstat (limited to 'llvm/lib/Target/SystemZ')
-rw-r--r--llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp b/llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
index 25df0ecc3ea..58af2c4920f 100644
--- a/llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
+++ b/llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
@@ -8,6 +8,7 @@
//===----------------------------------------------------------------------===//
#include "MCTargetDesc/SystemZMCTargetDesc.h"
+#include "llvm/ADT/STLExtras.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCInst.h"
OpenPOWER on IntegriCloud