AMDGPU: Remove a fixme for ptrrtoint handling

llvm-svn: 262854
This commit is contained in:
Matt Arsenault 2016-03-07 21:12:46 +00:00
parent 81d06015c6
commit 56356c8a9c
1 changed files with 0 additions and 1 deletions

View File

@ -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;