Add TODO comment.
authorChad Rosier <mcrosier@apple.com>
Thu, 17 Nov 2011 21:46:13 +0000 (21:46 +0000)
committerChad Rosier <mcrosier@apple.com>
Thu, 17 Nov 2011 21:46:13 +0000 (21:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144920 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMFastISel.cpp

index c7ad45d104fb7d47522a334c80d84e7f22206db4..024cf278e76a73b7ec51877f5f078cf55a15fa44 100644 (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;