Fix for PR14739. It's not safe to fold a load into a call across a store. Thanks...
[oota-llvm.git] / lib / Target / X86 / TargetInfo / CMakeLists.txt
1 include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
2
3 add_llvm_library(LLVMX86Info
4   X86TargetInfo.cpp
5   )
6
7 add_dependencies(LLVMX86Info X86CommonTableGen)