diff options
| -rw-r--r-- | llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp b/llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp index d0535500bc9..b5731e7781d 100644 --- a/llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp +++ b/llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp @@ -433,7 +433,6 @@ static bool collectUsesWithPtrTypes(Value *Val, std::vector<Value*> &WorkList) { continue; } - // FIXME: Correctly handle ptrtoint instructions. Instruction *UseInst = dyn_cast<Instruction>(User); if (UseInst && UseInst->getOpcode() == Instruction::PtrToInt) return false; |

