commit | 944d82ba06bcb6bf92ca1fbcbdf1a882cd009363 | [log] [tgz] |
---|---|---|
author | Chad Rosier <mcrosier@apple.com> | Thu Nov 17 21:46:13 2011 +0000 |
committer | Chad Rosier <mcrosier@apple.com> | Thu Nov 17 21:46:13 2011 +0000 |
tree | acf5d05b50d5c308d063dbaec27ed6f97cf07730 | |
parent | d90a1916851c8f3e113e5f7c440f476add461496 [diff] [blame] |
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 c7ad45d..024cf27 100644 --- a/lib/Target/ARM/ARMFastISel.cpp +++ b/lib/Target/ARM/ARMFastISel.cpp
@@ -684,6 +684,8 @@ 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;