Remove in-progress assertion, add TODO.
authorEric Christopher <echristo@apple.com>
Thu, 7 Oct 2010 05:14:08 +0000 (05:14 +0000)
committerEric Christopher <echristo@apple.com>
Thu, 7 Oct 2010 05:14:08 +0000 (05:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115904 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMFastISel.cpp

index 76b8a1ce7a5fd57cc52aa989b7b955c8a226dd9f..deaac936fad93c308e330c107aa19eb192fdfe4c 100644 (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;
     }