R600: Update for name changes from r175667.

llvm-svn: 175668
This commit is contained in:
Jim Grosbach 2013-02-20 21:31:28 +00:00
parent 341ad3e72a
commit d15cd2a11c
1 changed files with 3 additions and 3 deletions

View File

@ -220,9 +220,9 @@ void AMDGPUTargetLowering::InitAMDILLowering() {
setSelectIsExpensive(true);
setJumpIsExpensive(true);
maxStoresPerMemcpy = 4096;
maxStoresPerMemmove = 4096;
maxStoresPerMemset = 4096;
MaxStoresPerMemcpy = 4096;
MaxStoresPerMemmove = 4096;
MaxStoresPerMemset = 4096;
}