[X86] Move shuffle decoding for constant pool into the X86CodeGen library to remove...
[oota-llvm.git] / lib / Target / X86 / X86MCInstLower.cpp
index e186f7039b43cbd295d6f047e6a37e257f5ea2d1..eb70961077d0e445b567db58284ba7a06a7a548c 100644 (file)
@@ -14,6 +14,7 @@
 
 #include "X86AsmPrinter.h"
 #include "X86RegisterInfo.h"
+#include "X86ShuffleDecodeConstantPool.h"
 #include "InstPrinter/X86ATTInstPrinter.h"
 #include "MCTargetDesc/X86BaseInfo.h"
 #include "Utils/X86ShuffleDecode.h"