From 1107734e223a140962e220ba64ea62227ffcbe20 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Thu, 7 Oct 2010 05:14:08 +0000 Subject: [PATCH] Remove in-progress assertion, add TODO. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115904 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM/ARMFastISel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/ARM/ARMFastISel.cpp b/lib/Target/ARM/ARMFastISel.cpp index 76b8a1ce7a5..deaac936fad 100644 --- a/lib/Target/ARM/ARMFastISel.cpp +++ b/lib/Target/ARM/ARMFastISel.cpp @@ -1181,7 +1181,7 @@ bool ARMFastISel::ProcessCallArgs(SmallVectorImpl &Args, switch (VA.getLocInfo()) { case CCValAssign::Full: break; default: - assert(false && "Handle arg promotion."); + // TODO: Handle arg promotion. return false; } -- 2.34.1