diff options
Diffstat (limited to 'llvm/lib/Target/AMDGPU/CMakeLists.txt')
-rw-r--r-- | llvm/lib/Target/AMDGPU/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AMDGPU/CMakeLists.txt b/llvm/lib/Target/AMDGPU/CMakeLists.txt index 109d95cec2c..019bf85e5d8 100644 --- a/llvm/lib/Target/AMDGPU/CMakeLists.txt +++ b/llvm/lib/Target/AMDGPU/CMakeLists.txt @@ -95,7 +95,7 @@ add_llvm_target(AMDGPUCodeGen SIFixSGPRCopies.cpp SIFixupVectorISel.cpp SIFixVGPRCopies.cpp - SIFixWWMLiveness.cpp + SIPreAllocateWWMRegs.cpp SIFoldOperands.cpp SIFormMemoryClauses.cpp SIFrameLowering.cpp |