Remove in-progress assertion, add TODO.

llvm-svn: 115904
This commit is contained in:
Eric Christopher 2010-10-07 05:14:08 +00:00
parent 586c51e0b7
commit 6d74673366
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}