diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2012-11-14 12:38:59 +0100 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2012-11-16 17:04:48 -0500 |
commit | de0c62f6f9c164fbaecc40998eb1f630e2ce6ab0 (patch) | |
tree | 0518f14906ac1056e1f96600e2fb9b37e7bdab4c /lib | |
parent | 162a9bfb0575da2bf892026721fb50b06888348b (diff) |
AMDGPU: Fix name of SI control flow lowering source file.
Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/AMDGPU/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/AMDGPU/CMakeLists.txt b/lib/Target/AMDGPU/CMakeLists.txt index 2a1f0523af..b6b34176cf 100644 --- a/lib/Target/AMDGPU/CMakeLists.txt +++ b/lib/Target/AMDGPU/CMakeLists.txt @@ -41,7 +41,7 @@ add_llvm_target(AMDGPUCodeGen SIInstrInfo.cpp SIISelLowering.cpp SILowerLiteralConstants.cpp - SILowerFlowControl.cpp + SILowerControlFlow.cpp SIMachineFunctionInfo.cpp SIRegisterInfo.cpp SIFixSGPRLiveness.cpp |