[X86] Fix a bug where the disassembler was ignoring the VEX.W bit in 32-bit mode...
[oota-llvm.git] / lib / Target / X86 / Disassembler / CMakeLists.txt
1 add_llvm_library(LLVMX86Disassembler
2   X86Disassembler.cpp
3   X86DisassemblerDecoder.cpp
4   )