From: Chad Rosier Date: Thu, 17 Nov 2011 21:46:13 +0000 (+0000) Subject: Add TODO comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=944d82ba06bcb6bf92ca1fbcbdf1a882cd009363;p=oota-llvm.git Add TODO comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144920 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMFastISel.cpp b/lib/Target/ARM/ARMFastISel.cpp index c7ad45d104f..024cf278e76 100644 --- a/lib/Target/ARM/ARMFastISel.cpp +++ b/lib/Target/ARM/ARMFastISel.cpp @@ -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;