commit | 1107734e223a140962e220ba64ea62227ffcbe20 | [log] [tgz] |
---|---|---|
author | Eric Christopher <echristo@apple.com> | Thu Oct 07 05:14:08 2010 +0000 |
committer | Eric Christopher <echristo@apple.com> | Thu Oct 07 05:14:08 2010 +0000 |
tree | b50924093db2d6caf09b8ae9ae0c9271ca548162 | |
parent | 7bf8a4b21fcfbed02b1ef79c0f143308d4b9ca25 [diff] [blame] |
Remove in-progress assertion, add TODO. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115904 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/ARM/ARMFastISel.cpp b/lib/Target/ARM/ARMFastISel.cpp index 76b8a1c..deaac93 100644 --- a/lib/Target/ARM/ARMFastISel.cpp +++ b/lib/Target/ARM/ARMFastISel.cpp
@@ -1181,7 +1181,7 @@ switch (VA.getLocInfo()) { case CCValAssign::Full: break; default: - assert(false && "Handle arg promotion."); + // TODO: Handle arg promotion. return false; }