P4 to Git Change 1288141 by jsjodin@jsjodin-git2p4-llvm on 2016/07/06 19:16:54

SWDEV-3 - [PM] Fix a small typo from when I ported JumpThreading

	git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@274440 91177308-0d34-0410-b5e6-96231b3b80d8

	GitHash: ea9886a5909183770b8d0baa9061150adf664b1a

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/llvm.git/lib/Transforms/Scalar/JumpThreading.cpp#2 edit
This commit is contained in:
foreman
2016-07-07 01:24:03 -04:00
parent 2c48978f49
commit cba6feb4eb
7 changed files with 91 additions and 83 deletions
+1
View File
@@ -706,6 +706,7 @@ Device::create(Pal::IDevice* device)
// palSettings ...
palSettings->textureOptLevel = Pal::TextureFilterOptimizationsDisabled;
palSettings->forceHighClocks = appProfile_.enableHighPerformanceState();
palSettings->cmdBufBatchedSubmitChainLimit = 0;
// Commit the new settings for the device
result = iDev()->CommitSettingsAndInit();