assert is more effective reminder then FIXME tag for unimplemented features.
authorDevang Patel <dpatel@apple.com>
Wed, 20 Feb 2008 18:37:40 +0000 (18:37 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 20 Feb 2008 18:37:40 +0000 (18:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47388 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

index 001c9f6c533d238ae474aa6d6787806c041296d4..b5e39a11d31b0f216dd36b600a84c11422447d13 100644 (file)
@@ -609,7 +609,7 @@ public:
   void visitMemIntrinsic(CallInst &I, unsigned Op);
 
   void visitGetResult(GetResultInst &I) {
-    // FIXME
+    assert (0 && "getresult unimplemented");
   }
 
   void visitUserOp1(Instruction &I) {