summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2011-11-17 21:46:13 +0000
committerChad Rosier <mcrosier@apple.com>2011-11-17 21:46:13 +0000
commit944d82ba06bcb6bf92ca1fbcbdf1a882cd009363 (patch)
treeacf5d05b50d5c308d063dbaec27ed6f97cf07730 /lib
parentd90a1916851c8f3e113e5f7c440f476add461496 (diff)
downloadllvm-944d82ba06bcb6bf92ca1fbcbdf1a882cd009363.tar.gz
llvm-944d82ba06bcb6bf92ca1fbcbdf1a882cd009363.tar.bz2
llvm-944d82ba06bcb6bf92ca1fbcbdf1a882cd009363.tar.xz
Add TODO comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144920 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/ARM/ARMFastISel.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMFastISel.cpp b/lib/Target/ARM/ARMFastISel.cpp
index c7ad45d104..024cf278e7 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;