[llvm-commits] [llvm] r115904 - /llvm/trunk/lib/Target/ARM/ARMFastISel.cpp

Eric Christopher echristo at apple.com
Wed Oct 6 22:14:09 PDT 2010


Author: echristo
Date: Thu Oct  7 00:14:08 2010
New Revision: 115904

URL: http://llvm.org/viewvc/llvm-project?rev=115904&view=rev
Log:
Remove in-progress assertion, add TODO.

Modified:
    llvm/trunk/lib/Target/ARM/ARMFastISel.cpp

Modified: llvm/trunk/lib/Target/ARM/ARMFastISel.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMFastISel.cpp?rev=115904&r1=115903&r2=115904&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMFastISel.cpp (original)
+++ llvm/trunk/lib/Target/ARM/ARMFastISel.cpp Thu Oct  7 00:14:08 2010
@@ -1181,7 +1181,7 @@
     switch (VA.getLocInfo()) {
       case CCValAssign::Full: break;
       default:
-      assert(false && "Handle arg promotion.");
+      // TODO: Handle arg promotion.
       return false;
     }
 





More information about the llvm-commits mailing list