diff options
| author | Tobias Grosser <tobias@grosser.es> | 2014-08-31 16:21:20 +0000 |
|---|---|---|
| committer | Tobias Grosser <tobias@grosser.es> | 2014-08-31 16:21:20 +0000 |
| commit | 6a4d3f747287ad946202c9c6d89bdf78241e59f4 (patch) | |
| tree | 1ec1dcba74d30a924976e7e1465b3b13ed63fbd8 | |
| parent | 566ad58fe07ebc5f2302f191cfbf01bbd40245fb (diff) | |
| download | bcm5719-llvm-6a4d3f747287ad946202c9c6d89bdf78241e59f4.tar.gz bcm5719-llvm-6a4d3f747287ad946202c9c6d89bdf78241e59f4.zip | |
Fix formatting
llvm-svn: 216844
| -rw-r--r-- | polly/lib/CodeGen/CodeGeneration.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/CodeGen/CodeGeneration.cpp b/polly/lib/CodeGen/CodeGeneration.cpp index a44672575fc..f215e5774ed 100644 --- a/polly/lib/CodeGen/CodeGeneration.cpp +++ b/polly/lib/CodeGen/CodeGeneration.cpp @@ -789,7 +789,7 @@ void ClastStmtCodeGen::codegenForGPGPU(const clast_for *F) { // fixed later. Function *FN = Builder.GetInsertBlock()->getParent(); for (Value *BaseAddr : Values) - for (BasicBlock *BB: *FN) + for (BasicBlock *BB : *FN) for (Instruction *Inst : *BB) Inst->replaceUsesOfWith(BaseAddr, ValueMap[BaseAddr]); Builder.SetInsertPoint(AfterLoop); |

