summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-10-07 05:14:08 +0000
committerEric Christopher <echristo@apple.com>2010-10-07 05:14:08 +0000
commit1107734e223a140962e220ba64ea62227ffcbe20 (patch)
treeb50924093db2d6caf09b8ae9ae0c9271ca548162 /lib
parent7bf8a4b21fcfbed02b1ef79c0f143308d4b9ca25 (diff)
downloadllvm-1107734e223a140962e220ba64ea62227ffcbe20.tar.gz
llvm-1107734e223a140962e220ba64ea62227ffcbe20.tar.bz2
llvm-1107734e223a140962e220ba64ea62227ffcbe20.tar.xz
Remove in-progress assertion, add TODO.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115904 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/ARM/ARMFastISel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMFastISel.cpp b/lib/Target/ARM/ARMFastISel.cpp
index 76b8a1ce7a..deaac936fa 100644
--- a/lib/Target/ARM/ARMFastISel.cpp
+++ b/lib/Target/ARM/ARMFastISel.cpp
@@ -1181,7 +1181,7 @@ bool ARMFastISel::ProcessCallArgs(SmallVectorImpl<Value*> &Args,
switch (VA.getLocInfo()) {
case CCValAssign::Full: break;
default:
- assert(false && "Handle arg promotion.");
+ // TODO: Handle arg promotion.
return false;
}