Add TODO comment.

llvm-svn: 144920
This commit is contained in:
Chad Rosier 2011-11-17 21:46:13 +00:00
parent 0fddfb2ceb
commit 0eff3e5c21
1 changed files with 2 additions and 0 deletions

View File

@ -684,6 +684,8 @@ unsigned ARMFastISel::TargetMaterializeConstant(const Constant *C) {
return 0;
}
// TODO: unsigned ARMFastISel::TargetMaterializeFloatZero(const ConstantFP *CF);
unsigned ARMFastISel::TargetMaterializeAlloca(const AllocaInst *AI) {
// Don't handle dynamic allocas.
if (!FuncInfo.StaticAllocaMap.count(AI)) return 0;