forked from OSchip/llvm-project
AMDGPU: Remove a fixme for ptrrtoint handling
llvm-svn: 262854
This commit is contained in:
parent
81d06015c6
commit
56356c8a9c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue